aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-07 18:58:02 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-07 18:58:02 -0200
commita47ddcd83727f54119db804f2737c164fc56590f (patch)
treebfb0b7609c4d5fdd09ce152667f32e50b81e894b
parent4d792436e1d7c1915b4c1e81dbbb26c177fa4786 (diff)
downloadpuppet-nodo-a47ddcd83727f54119db804f2737c164fc56590f.tar.gz
puppet-nodo-a47ddcd83727f54119db804f2737c164fc56590f.tar.bz2
Testing why ntp_timezone is not being set
-rw-r--r--manifests/init.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index ce28c10..0dc8d46 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -411,11 +411,3 @@ class nodo::master {
class nodo::proxy inherits nodo::vserver {
include nginx
}
-
-class nodo::backup inherits nodo::vserver {
- # Class for backup hosting nodes
-}
-
-class nodo::test inherits nodo::web {
- # Class for test nodes
-}