aboutsummaryrefslogtreecommitdiff
path: root/manifests/role
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-05-09 18:30:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-05-09 18:30:11 -0300
commite3288c07db845973e5c8c041a2620539a9be2ebd (patch)
tree9175206a509b3a500a8d3399bfeb3930edb2179e /manifests/role
parent37b1668578a70d2613f4250a9bf1b8a4ac2c921b (diff)
downloadpuppet-nodo-e3288c07db845973e5c8c041a2620539a9be2ebd.tar.gz
puppet-nodo-e3288c07db845973e5c8c041a2620539a9be2ebd.tar.bz2
Adding raspberrypi support
Diffstat (limited to 'manifests/role')
-rw-r--r--manifests/role/raspberrypi.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/role/raspberrypi.pp b/manifests/role/raspberrypi.pp
new file mode 100644
index 0000000..cfebe68
--- /dev/null
+++ b/manifests/role/raspberrypi.pp
@@ -0,0 +1,3 @@
+class nodo::role::raspberrypi {
+ include nodo::base::raspberrypi
+}