aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-04-10 10:44:19 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-04-10 10:44:19 -0300
commita267a5501e04bb551db5485527aae49261caee46 (patch)
tree67b230c4f592ceee42276d88069a53b4de4cc564 /manifests/subsystems/utils
parentdf9a4a6aa6cd6d07e79144316f8308d1dac9e7c9 (diff)
downloadpuppet-nodo-a267a5501e04bb551db5485527aae49261caee46.tar.gz
puppet-nodo-a267a5501e04bb551db5485527aae49261caee46.tar.bz2
Adding parted into utils::physical
Diffstat (limited to 'manifests/subsystems/utils')
-rw-r--r--manifests/subsystems/utils/physical.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/physical.pp b/manifests/subsystems/utils/physical.pp
index 049c043..241dc79 100644
--- a/manifests/subsystems/utils/physical.pp
+++ b/manifests/subsystems/utils/physical.pp
@@ -1,6 +1,6 @@
# Common utilities for physical
class utils::physical {
- package { [ 'nload', 'acpid', 'acpi', 'slurm', 'ethtool' ]:
+ package { [ 'nload', 'acpid', 'acpi', 'slurm', 'ethtool', 'parted' ]:
ensure => installed,
}
}