diff options
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 36b96e6..2586b02 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -411,6 +411,10 @@ class nodo::proxy inherits nodo::vserver { include nginx } +class nodo::storage inherits nodo::vserver { + # Class for backup nodes +} + class nodo::test inherits nodo::web { # Class for test nodes } |