diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-09 18:36:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-09 18:36:14 -0300 |
commit | f62a8b2dc6a31b006b32db6cbab43991ea1be528 (patch) | |
tree | d5ff385c0a5e1348ed0592cab62892c2c4fafb2b | |
parent | dffd90e28fbca1c15c16263e890b89b43d3731b9 (diff) | |
download | puppet-nodo-f62a8b2dc6a31b006b32db6cbab43991ea1be528.tar.gz puppet-nodo-f62a8b2dc6a31b006b32db6cbab43991ea1be528.tar.bz2 |
Removing nodo::role::raspberrypi
-rw-r--r-- | manifests/role/raspberrypi.pp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/role/raspberrypi.pp b/manifests/role/raspberrypi.pp deleted file mode 100644 index cfebe68..0000000 --- a/manifests/role/raspberrypi.pp +++ /dev/null @@ -1,3 +0,0 @@ -class nodo::role::raspberrypi { - include nodo::base::raspberrypi -} |