diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-02 14:57:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-02 14:57:49 -0300 |
commit | 3ebbae1a76edc3b47a6a1d177f19aa2eb4587640 (patch) | |
tree | 34d37e1dc4298fb625a2997c506549bb1d2e3f46 /manifests/utils | |
parent | 9676cc2fdc7f239ee2b933d51f7718fea9ea3d97 (diff) | |
download | puppet-nodo-3ebbae1a76edc3b47a6a1d177f19aa2eb4587640.tar.gz puppet-nodo-3ebbae1a76edc3b47a6a1d177f19aa2eb4587640.tar.bz2 |
Add commented packages pv and gcp at nodo::utils::base
Diffstat (limited to 'manifests/utils')
-rw-r--r-- | manifests/utils/base.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/utils/base.pp b/manifests/utils/base.pp index cd6e1d4..18bcddb 100644 --- a/manifests/utils/base.pp +++ b/manifests/utils/base.pp @@ -23,6 +23,8 @@ class nodo::utils::base ( 'multitail', 'bash-completion', 'zsh', + #pv, + #gcp, ]: ensure => $ensure, } |