]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Debuging timezone
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 7 Feb 2010 20:29:25 +0000 (18:29 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 7 Feb 2010 20:29:25 +0000 (18:29 -0200)
manifests/init.pp

index 950c2abec3df4f579dc8575e25b579c706c9274c..ce28c10a245d4ca1dead352503f2cb58b4c4f5dd 100644 (file)
@@ -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,
-  }
 }