aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-07 19:57:17 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-07 19:57:17 -0200
commit65102307ac8cbc90ff3d851e7b8ccf797bbd8bff (patch)
tree434dd510409b0f8f8107445dea3a92e5ccdaaf2b /manifests/init.pp
parent244e8335a756a9a9a1ae0a16e15af3a8e2ac7e17 (diff)
downloadpuppet-nodo-65102307ac8cbc90ff3d851e7b8ccf797bbd8bff.tar.gz
puppet-nodo-65102307ac8cbc90ff3d851e7b8ccf797bbd8bff.tar.bz2
Testing why ntp_timezone is not being set (6)
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index d6102cc..36b96e6 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -411,7 +411,6 @@ class nodo::proxy inherits nodo::vserver {
include nginx
}
-class nodo::test {
+class nodo::test inherits nodo::web {
# Class for test nodes
- include nodo::web
}