]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding nodo::utils::raspberrypi
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 11 May 2013 19:30:51 +0000 (16:30 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 11 May 2013 19:30:51 +0000 (16:30 -0300)
manifests/utils/raspberrypi.pp [new file with mode: 0644]

diff --git a/manifests/utils/raspberrypi.pp b/manifests/utils/raspberrypi.pp
new file mode 100644 (file)
index 0000000..8b4d92b
--- /dev/null
@@ -0,0 +1,5 @@
+class nodo::utils::raspberrypi {
+  package { [ 'cryptsetup', 'usbutils' ]:
+    ensure => installed,
+  }
+}