diff options
-rw-r--r-- | manifests/init.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index e3fd1d5..d6102cc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -411,7 +411,7 @@ 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 } |