aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/physical.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-25 17:46:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-25 17:46:03 -0300
commit8565e440c848b2987f7784cf153fb7a4620b1fab (patch)
tree35af66af86e699ae459ba06992d14927159e755d /manifests/utils/physical.pp
parentf2df062d214aca272594781a04b4eb6981c355bf (diff)
parent9aef437e37902920e5e5bd96c9186d5ebbf9cab3 (diff)
downloadpuppet-nodo-8565e440c848b2987f7784cf153fb7a4620b1fab.tar.gz
puppet-nodo-8565e440c848b2987f7784cf153fb7a4620b1fab.tar.bz2
Merge branch 'master' into develop
Diffstat (limited to 'manifests/utils/physical.pp')
-rw-r--r--manifests/utils/physical.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/physical.pp b/manifests/utils/physical.pp
index 07fe6fd..1fd2aff 100644
--- a/manifests/utils/physical.pp
+++ b/manifests/utils/physical.pp
@@ -2,7 +2,7 @@
class nodo::utils::physical {
package { [ 'nload', 'acpid', 'slurm', 'ethtool', 'parted', 'iftop',
'iptraf', 'htop', 'sdparm', 'iotop', 'sysstat', 'saidar',
- 'lshw', 'sg3-utils', 'nmon', 'atop' ]:
+ 'lshw', 'sg3-utils', 'nmon', 'atop', 'dcfldd' ]:
ensure => installed,
}