From: Silvio Rhatto Date: Sat, 12 Sep 2015 20:30:03 +0000 (-0300) Subject: Removes cryptsetup from nodo::utils::raspberrypi X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=983d3985d57195f63235488768ec7f71a72e296a;p=puppet-nodo.git Removes cryptsetup from nodo::utils::raspberrypi --- 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, } }