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, 0 insertions, 4 deletions
diff --git a/manifests/utils/physical.pp b/manifests/utils/physical.pp
index a118627..97d0945 100644
--- a/manifests/utils/physical.pp
+++ b/manifests/utils/physical.pp
@@ -4,10 +4,6 @@ class nodo::utils::physical {
ensure => installed,
}
- package { [ 'mdadm', 'cryptsetup', 'lvm2' ]:
- ensure => installed,
- }
-
package { 'acpi':
ensure => $::architecture ? {
'armv5tel' => absent,