aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-07 19:53:53 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-07 19:53:53 -0200
commit244e8335a756a9a9a1ae0a16e15af3a8e2ac7e17 (patch)
treed0fdd4e24e7212ea7e4935fd9c8c6aa166d0f2bb
parent5e27a4787899d628df1216874e45f64acd82bc11 (diff)
downloadpuppet-nodo-244e8335a756a9a9a1ae0a16e15af3a8e2ac7e17.tar.gz
puppet-nodo-244e8335a756a9a9a1ae0a16e15af3a8e2ac7e17.tar.bz2
Testing why ntp_timezone is not being set (5)
-rw-r--r--manifests/init.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index e3fd1d5..d6102cc 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -411,7 +411,7 @@ class nodo::proxy inherits nodo::vserver {
include nginx
}
-class nodo::backup {
- # Class for backup hosting nodes
- include nodo::vserver
+class nodo::test {
+ # Class for test nodes
+ include nodo::web
}