diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 11:02:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 11:02:04 -0300 |
commit | 29e0f20bf8489d4a3c338b6b9f18c73464f07fad (patch) | |
tree | 1b74d5c9b6d9d73d905041f21c65f611db352695 /manifests/role/nas | |
parent | 703111bf47f476ddbc20669ff6aeab62dcd2643a (diff) | |
parent | f51930f88f81d48f51479bcdebb919ab4de8def9 (diff) | |
download | puppet-nodo-29e0f20bf8489d4a3c338b6b9f18c73464f07fad.tar.gz puppet-nodo-29e0f20bf8489d4a3c338b6b9f18c73464f07fad.tar.bz2 |
Merge branch 'master' into develop
Diffstat (limited to 'manifests/role/nas')
-rw-r--r-- | manifests/role/nas/raspberrypi.pp | 3 |
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 +} |