diff options
Diffstat (limited to 'manifests/role/nas')
| -rw-r--r-- | manifests/role/nas/desktop.pp | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/role/nas/desktop.pp b/manifests/role/nas/desktop.pp new file mode 100644 index 0000000..5a14599 --- /dev/null +++ b/manifests/role/nas/desktop.pp @@ -0,0 +1,4 @@ +# A desktop action as a NAS +class nodo::role::nas::desktop inherits nodo::base::desktop { +  include nodo::role::nas +}  | 
