]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding storage layer packages (raid, lvm, cryptsetup) into nodo::utils::physical
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Jun 2013 18:51:48 +0000 (15:51 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Jun 2013 18:51:48 +0000 (15:51 -0300)
manifests/utils/physical.pp

index 97d09459d75f827d4cf4bf98fd950c71ccdccfa0..a1186270fa19cf8e2ef6cf1983961b56da75fa6d 100644 (file)
@@ -4,6 +4,10 @@ class nodo::utils::physical {
     ensure => installed,
   }
 
+  package { [ 'mdadm', 'cryptsetup', 'lvm2' ]:
+    ensure => installed,
+  }
+
   package { 'acpi':
     ensure => $::architecture ? {
       'armv5tel' => absent,