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 0ecb7dbbb0
commit a23d332235

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':