diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-31 18:52:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-31 18:52:34 -0300 |
commit | c209992a95adb71fa86b95307525817b4cc0b7fd (patch) | |
tree | 3177f73eac5f0a2a6939b725af57f34eef7f0ca8 /manifests | |
parent | 13785a82f48dfb0751e789c6452d6d1d8fb4623f (diff) | |
download | puppet-nodo-c209992a95adb71fa86b95307525817b4cc0b7fd.tar.gz puppet-nodo-c209992a95adb71fa86b95307525817b4cc0b7fd.tar.bz2 |
Adding moreutils into nodo::utils::interface::console
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/interface/console.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/interface/console.pp b/manifests/utils/interface/console.pp index f5b0cd8..e17ee1e 100644 --- a/manifests/utils/interface/console.pp +++ b/manifests/utils/interface/console.pp @@ -1,5 +1,5 @@ class nodo::utils::interface::console { - package { [ 'mc', 'tmux' ]: + package { [ 'mc', 'tmux', 'moreutils' ]: ensure => installed, } } |