]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds nodo::role::nas::raspberrypi
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 11 Sep 2015 13:59:46 +0000 (10:59 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 11 Sep 2015 13:59:46 +0000 (10:59 -0300)
manifests/role/nas/raspberrypi.pp [new file with mode: 0644]

diff --git a/manifests/role/nas/raspberrypi.pp b/manifests/role/nas/raspberrypi.pp
new file mode 100644 (file)
index 0000000..394969e
--- /dev/null
@@ -0,0 +1,3 @@
+class nodo::role::nas::raspberrypi inherits nodo::base::raspberrypi {
+  include nodo::role::nas
+}