aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/physical.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-27 15:51:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-27 15:51:48 -0300
commit1f66e43f640ccbf7618d372dd215131dd81e39e1 (patch)
tree55e573356bb1413bf30378e08906708222a947b3 /manifests/utils/physical.pp
parentf8d52348f58c359871d76ea21e4f50730e3fdd74 (diff)
downloadpuppet-nodo-1f66e43f640ccbf7618d372dd215131dd81e39e1.tar.gz
puppet-nodo-1f66e43f640ccbf7618d372dd215131dd81e39e1.tar.bz2
Adding storage layer packages (raid, lvm, cryptsetup) into nodo::utils::physical
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,