base: allow setting custom ntp servers
Fixes bug#281
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user