From 4d792436e1d7c1915b4c1e81dbbb26c177fa4786 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 7 Feb 2010 18:29:25 -0200 Subject: Debuging timezone --- manifests/init.pp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 950c2ab..ce28c10 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -33,6 +33,7 @@ class nodo { $ntp_timezone = "Brazil/East" $ntp_pool = "south-america.pool.ntp.org" $ntp_servers = [ 'a.ntp.br', 'b.ntp.br', 'c.ntp.br' ] + info("\$ntp_timezone: $ntp_timezone") # Monkeysphere # @@ -413,14 +414,8 @@ class nodo::proxy inherits nodo::vserver { class nodo::backup inherits nodo::vserver { # Class for backup hosting nodes - file { "/tmp/empty": - ensure => absent, - } } class nodo::test inherits nodo::web { # Class for test nodes - file { "/tmp/empty": - ensure => absent, - } } -- cgit v1.2.3