diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-12 17:30:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-12 17:30:03 -0300 |
commit | 983d3985d57195f63235488768ec7f71a72e296a (patch) | |
tree | f44894368ceae8edb8836a463788c67fdbaedc07 /manifests | |
parent | 92d7ac082fd769153711e7c0837f7e1df080237b (diff) | |
download | puppet-nodo-983d3985d57195f63235488768ec7f71a72e296a.tar.gz puppet-nodo-983d3985d57195f63235488768ec7f71a72e296a.tar.bz2 |
Removes cryptsetup from nodo::utils::raspberrypi
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/raspberrypi.pp | 2 |
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, } } |