From 92afd4cb0c6c4c8348d7f849ae0c721aed0bb9c9 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Sat, 26 Apr 2014 01:30:19 +0200 Subject: [PATCH] init.pp: use NTP default servers --- manifests/init.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index b8f948d9..0875908b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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':