aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-07 18:29:25 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-07 18:29:25 -0200
commit4d792436e1d7c1915b4c1e81dbbb26c177fa4786 (patch)
tree636198d71d71991bd8448815dcb328c7633e7c00 /manifests/init.pp
parente25c0cac9e57a689b7746daa873edcc9d9305d18 (diff)
downloadpuppet-nodo-4d792436e1d7c1915b4c1e81dbbb26c177fa4786.tar.gz
puppet-nodo-4d792436e1d7c1915b4c1e81dbbb26c177fa4786.tar.bz2
Debuging timezone
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp7
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,
- }
}