From ef8587359598e3fc211d30d06ba71c751bbec6ce Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 27 Jun 2013 15:55:00 -0300 Subject: Adding storage layer packages (raid, lvm, cryptsetup) into nodo::utils::storage::layer --- manifests/utils/physical.pp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'manifests/utils/physical.pp') 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, -- cgit v1.2.3