From c91d389589b5f0033660eac35dceb9e391f56059 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Aug 2017 19:11:09 -0300 Subject: Moves tmux into nodo::utils::base --- manifests/utils/base.pp | 1 + manifests/utils/interface/console.pp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3