aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-07-12 20:44:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-07-12 20:44:30 -0300
commitac63151341b51ad47716ed20ba69114aabe124c6 (patch)
tree8754ba55d60ea5c0a08f27256b7f77f04eee4c18
parentea62daa288888bff61c0b63581db37cb772a59bd (diff)
downloadpuppet-nodo-ac63151341b51ad47716ed20ba69114aabe124c6.tar.gz
puppet-nodo-ac63151341b51ad47716ed20ba69114aabe124c6.tar.bz2
Adding sg3-utils into nodo::utils::physical
-rw-r--r--manifests/utils/physical.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/utils/physical.pp b/manifests/utils/physical.pp
index 97d0945..9e96b9f 100644
--- a/manifests/utils/physical.pp
+++ b/manifests/utils/physical.pp
@@ -1,6 +1,8 @@
# Common utilities for physical
class nodo::utils::physical {
- package { [ 'nload', 'acpid', 'slurm', 'ethtool', 'parted', 'iftop', 'iptraf', 'htop', 'sdparm', 'iotop', 'sysstat', 'saidar', 'lshw' ]:
+ package { [ 'nload', 'acpid', 'slurm', 'ethtool', 'parted', 'iftop',
+ 'iptraf', 'htop', 'sdparm', 'iotop', 'sysstat', 'saidar',
+ 'lshw', 'sg3-utils' ]:
ensure => installed,
}