diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 7 |
1 files changed, 1 insertions, 6 deletions
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, - } } |