diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-10 10:44:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-10 10:44:19 -0300 |
commit | a267a5501e04bb551db5485527aae49261caee46 (patch) | |
tree | 67b230c4f592ceee42276d88069a53b4de4cc564 /manifests | |
parent | df9a4a6aa6cd6d07e79144316f8308d1dac9e7c9 (diff) | |
download | puppet-nodo-a267a5501e04bb551db5485527aae49261caee46.tar.gz puppet-nodo-a267a5501e04bb551db5485527aae49261caee46.tar.bz2 |
Adding parted into utils::physical
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/utils/physical.pp | 2 |
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, } } |