diff options
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/utils/physical.pp | 4 | 
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, | 
