]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Testing why ntp_timezone is not being set (3)
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 7 Feb 2010 21:41:30 +0000 (19:41 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 7 Feb 2010 21:41:30 +0000 (19:41 -0200)
manifests/init.pp

index 7229f154364db5878994951945ceb63eaa2eceba..0ac368e929f809804d61baae922480590e08e6d0 100644 (file)
@@ -410,3 +410,13 @@ class nodo::master {
 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
+}