aboutsummaryrefslogtreecommitdiff
path: root/manifests/role
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/role')
-rw-r--r--manifests/role/nas/raspberrypi.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/role/nas/raspberrypi.pp b/manifests/role/nas/raspberrypi.pp
new file mode 100644
index 0000000..394969e
--- /dev/null
+++ b/manifests/role/nas/raspberrypi.pp
@@ -0,0 +1,3 @@
+class nodo::role::nas::raspberrypi inherits nodo::base::raspberrypi {
+ include nodo::role::nas
+}