aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-12 17:30:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-12 17:30:03 -0300
commit983d3985d57195f63235488768ec7f71a72e296a (patch)
treef44894368ceae8edb8836a463788c67fdbaedc07
parent92d7ac082fd769153711e7c0837f7e1df080237b (diff)
downloadpuppet-nodo-983d3985d57195f63235488768ec7f71a72e296a.tar.gz
puppet-nodo-983d3985d57195f63235488768ec7f71a72e296a.tar.bz2
Removes cryptsetup from nodo::utils::raspberrypi
-rw-r--r--manifests/utils/raspberrypi.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/raspberrypi.pp b/manifests/utils/raspberrypi.pp
index 8b4d92b..6c962fa 100644
--- a/manifests/utils/raspberrypi.pp
+++ b/manifests/utils/raspberrypi.pp
@@ -1,5 +1,5 @@
class nodo::utils::raspberrypi {
- package { [ 'cryptsetup', 'usbutils' ]:
+ package { 'usbutils' ]:
ensure => installed,
}
}