aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/physical.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/physical.pp')
-rw-r--r--manifests/utils/physical.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/utils/physical.pp b/manifests/utils/physical.pp
index 97d0945..a118627 100644
--- a/manifests/utils/physical.pp
+++ b/manifests/utils/physical.pp
@@ -4,6 +4,10 @@ class nodo::utils::physical {
ensure => installed,
}
+ package { [ 'mdadm', 'cryptsetup', 'lvm2' ]:
+ ensure => installed,
+ }
+
package { 'acpi':
ensure => $::architecture ? {
'armv5tel' => absent,