]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Removes cryptsetup from nodo::utils::raspberrypi
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 12 Sep 2015 20:30:03 +0000 (17:30 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 12 Sep 2015 20:30:03 +0000 (17:30 -0300)
manifests/utils/raspberrypi.pp

index 8b4d92bffd09e0a46112decb0fb88a49053e7674..6c962fad59de4642d7f29546d63bf24273c5764e 100644 (file)
@@ -1,5 +1,5 @@
 class nodo::utils::raspberrypi {
-  package { [ 'cryptsetup', 'usbutils' ]:
+  package { 'usbutils' ]:
     ensure => installed,
   }
 }