]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds ranger into nodo::utils::interface::console
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 13 Dec 2015 16:09:39 +0000 (14:09 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 13 Dec 2015 16:09:39 +0000 (14:09 -0200)
manifests/utils/interface/console.pp

index 82a14b57aee6a216669f9fd47edadb3950acd38b..7aea43be822edb24a10e51cd2cada9ec8a8b9b94 100644 (file)
@@ -1,5 +1,5 @@
 class nodo::utils::interface::console {
-  package { [ 'mc', 'tmux', 'moreutils', 'powerline', 'fonts-powerline' ]:
+  package { [ 'mc', 'tmux', 'moreutils', 'powerline', 'fonts-powerline', 'ranger' ]:
     ensure => installed,
   }
 }