From: Silvio Rhatto Date: Sat, 11 May 2013 19:30:51 +0000 (-0300) Subject: Adding nodo::utils::raspberrypi X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8d2a62d157f9c12e3c3becdcfbff0ee96cf23930;p=puppet-nodo.git Adding nodo::utils::raspberrypi --- diff --git a/manifests/utils/raspberrypi.pp b/manifests/utils/raspberrypi.pp new file mode 100644 index 0000000..8b4d92b --- /dev/null +++ b/manifests/utils/raspberrypi.pp @@ -0,0 +1,5 @@ +class nodo::utils::raspberrypi { + package { [ 'cryptsetup', 'usbutils' ]: + ensure => installed, + } +}