aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 7229f15..182536e 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -410,3 +410,11 @@ 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
+}