]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds gdisk into nodo::utils::physical
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 18 Sep 2015 16:49:10 +0000 (13:49 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 18 Sep 2015 16:49:10 +0000 (13:49 -0300)
manifests/utils/physical.pp

index 1fd2affc8a33570f172ea9b5a3b3480f5b8554c0..a6806c54de010385150afc824c20438b11243684 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',    'dcfldd' ]:
+              'lshw',   'sg3-utils', 'nmon',   'atop',    'dcfldd',  'gdisk' ]:
     ensure => installed,
   }