From: Silvio Rhatto Date: Sun, 5 Jun 2016 21:59:15 +0000 (-0300) Subject: Use top instead of htop by default on nodo::subsystem::screen::startup::windows X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a075143b91a16d50f0953c65f29896a56448a3c6;p=puppet-nodo.git Use top instead of htop by default on nodo::subsystem::screen::startup::windows --- diff --git a/manifests/subsystem/screen/startup.pp b/manifests/subsystem/screen/startup.pp index 5b20295..5ad2e1a 100644 --- a/manifests/subsystem/screen/startup.pp +++ b/manifests/subsystem/screen/startup.pp @@ -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":