diff options
Diffstat (limited to 'manifests/role/nas/plug.pp')
-rw-r--r-- | manifests/role/nas/plug.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/role/nas/plug.pp b/manifests/role/nas/plug.pp new file mode 100644 index 0000000..4afb8aa --- /dev/null +++ b/manifests/role/nas/plug.pp @@ -0,0 +1,3 @@ +class nodo::role::nas::plug inherits nodo::plug { + include nodo::role::nas +} |