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