diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-18 13:49:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-18 13:49:10 -0300 |
commit | 94529422ec6736f9beaa1dc44540645b28925101 (patch) | |
tree | 8bba5ae6898d678255dde44b61e4a2e980ff2279 /manifests | |
parent | 952dbb92bec06d9bdc10e34c000b822fcf5a1237 (diff) | |
download | puppet-nodo-94529422ec6736f9beaa1dc44540645b28925101.tar.gz puppet-nodo-94529422ec6736f9beaa1dc44540645b28925101.tar.bz2 |
Adds gdisk into nodo::utils::physical
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/physical.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/physical.pp b/manifests/utils/physical.pp index 1fd2aff..a6806c5 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', 'dcfldd' ]: + 'lshw', 'sg3-utils', 'nmon', 'atop', 'dcfldd', 'gdisk' ]: ensure => installed, } |