From: Silvio Rhatto Date: Thu, 24 Aug 2017 22:11:09 +0000 (-0300) Subject: Moves tmux into nodo::utils::base X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c91d389589b5f0033660eac35dceb9e391f56059;p=puppet-nodo.git Moves tmux into nodo::utils::base --- diff --git a/manifests/utils/base.pp b/manifests/utils/base.pp index 18bcddb..c4f5312 100644 --- a/manifests/utils/base.pp +++ b/manifests/utils/base.pp @@ -3,6 +3,7 @@ class nodo::utils::base ( ) { package { [ 'screen', + 'tmux', 'less', 'bzip2', 'openssl', diff --git a/manifests/utils/interface/console.pp b/manifests/utils/interface/console.pp index 513f170..26474bf 100644 --- a/manifests/utils/interface/console.pp +++ b/manifests/utils/interface/console.pp @@ -3,7 +3,6 @@ class nodo::utils::interface::console ( ) { package { [ 'mc', - 'tmux', 'moreutils', 'powerline', 'fonts-powerline',