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