]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds dcfldd
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 3 Aug 2015 21:18:44 +0000 (18:18 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 3 Aug 2015 21:18:44 +0000 (18:18 -0300)
manifests/utils/physical.pp

index 07fe6fd2490ad67776a0ee9f92f080a5a74cd158..1fd2affc8a33570f172ea9b5a3b3480f5b8554c0 100644 (file)
@@ -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,
   }