base: allow setting custom ntp servers

Fixes bug#281
This commit is contained in:
François Charlier 2014-02-20 18:50:44 +01:00
parent 07db40ea4a
commit b31fecf074

View File

@ -55,7 +55,7 @@ This node is under the control of Puppet ${::puppetversion}.
}
# NTP
class { 'ntp': }
class { 'ntp': servers => $::os_params::ntp_servers }
# Strong root password for all servers
user { 'root':