diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-16 20:20:10 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-16 20:20:10 -0300 | 
| commit | c1c5f1e74ce5934ccbdd75effdb65c4e5cb7a5f6 (patch) | |
| tree | c1fbf4cd64ff9d3cab778d55f7ba4545afd274c8 | |
| parent | f50ab7cd579b30fefd9b56076e562ec3dcf3b1ee (diff) | |
| download | puppet-nodo-c1c5f1e74ce5934ccbdd75effdb65c4e5cb7a5f6.tar.gz puppet-nodo-c1c5f1e74ce5934ccbdd75effdb65c4e5cb7a5f6.tar.bz2  | |
Adds pv into nodo::utils::base
| -rw-r--r-- | manifests/utils.pp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp index 7377159..cec181d 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -1,6 +1,7 @@  # Common utilities  class nodo::utils inherits nodo::utils::base {    package { [ +    'pv',      'vim-nox',      'needrestart',      'reboot-notifier',  | 
