]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Use top instead of htop by default on nodo::subsystem::screen::startup::windows
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 5 Jun 2016 21:59:15 +0000 (18:59 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 5 Jun 2016 21:59:15 +0000 (18:59 -0300)
manifests/subsystem/screen/startup.pp

index 5b20295070f56ac58fdf3400eb28d588c76760f8..5ad2e1a36a94bb2ec322761de29e820e3c3b74f7 100644 (file)
@@ -1,7 +1,7 @@
 class nodo::subsystem::screen::startup(
   $windows = hiera('nodo::subsystem::screen::startup::windows', [ "${::hostname} 0 bash -c \"tail -F /var/log/*log /var/log/*/*log\"",
                                                                   "journal 1 journalctl -f",
-                                                                  "htop 2 htop" ]),
+                                                                  "top 2 top" ]),
   $select  = hiera('nodo::subsystem::screen::startup::select', 1)
 ) {
   file { "/etc/screenrc.startup":