init.pp: use NTP default servers

This commit is contained in:
Emilien Macchi
2014-04-26 01:30:19 +02:00
parent b046ea3ad9
commit 92afd4cb0c

View File

@@ -21,7 +21,6 @@
class cloud(
$rhn_registration = undef,
$root_password = 'root',
$ntp_servers = '0.debian.pool.ntp.org',
$dns_ips = ['8.8.8.8', '8.8.4.4'],
$site_domain = 'mydomain'
) {
@@ -59,7 +58,7 @@ This node is under the control of Puppet ${::puppetversion}.
}
# NTP
class { 'ntp': servers => $ntp_servers }
class { 'ntp': }
# Strong root password for all servers
user { 'root':