]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding nodo::backup and nodo::test
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 7 Feb 2010 19:05:52 +0000 (17:05 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 7 Feb 2010 19:05:52 +0000 (17:05 -0200)
manifests/init.pp

index c9e71307d68bbe3137dd1c053f2fc17ab9416e93..182536e2a3fbac05c143921d4fdcbcd637e5e431 100644 (file)
@@ -370,10 +370,6 @@ class nodo::web inherits nodo::vserver {
   }
 }
 
-class nodo::proxy inherits nodo::vserver {
-  include nginx
-}
-
 class nodo::master {
   # Puppetmaster should be included before nodo::vserver
   include puppetmasterd
@@ -410,3 +406,15 @@ class nodo::master {
     ensure => present,
   }
 }
+
+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
+}