diff options
Diffstat (limited to 'manifests/role/test.pp')
-rw-r--r-- | manifests/role/test.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/role/test.pp b/manifests/role/test.pp index 330a5ee..035d42c 100644 --- a/manifests/role/test.pp +++ b/manifests/role/test.pp @@ -1,3 +1,3 @@ -class nodo::role::test inherits nodo::web { +class nodo::role::test inherits nodo::role::web { # Class for test nodes } |