]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Moves tmux into nodo::utils::base
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Aug 2017 22:11:09 +0000 (19:11 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Aug 2017 22:11:09 +0000 (19:11 -0300)
manifests/utils/base.pp
manifests/utils/interface/console.pp

index 18bcddb653ff5ea625d76750aa3fd54582feba49..c4f5312d5977ed1065784466aa6c026a75e3f956 100644 (file)
@@ -3,6 +3,7 @@ class nodo::utils::base (
 ) {
   package { [
     'screen',
+    'tmux',
     'less',
     'bzip2',
     'openssl',
index 513f17020c1044d8832f582aa37e42b57e881318..26474bf6c99c3c1ea219879fe430697f7c52745a 100644 (file)
@@ -3,7 +3,6 @@ class nodo::utils::interface::console (
 ) {
   package { [
     'mc',
-    'tmux',
     'moreutils',
     'powerline',
     'fonts-powerline',