From a075143b91a16d50f0953c65f29896a56448a3c6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 5 Jun 2016 18:59:15 -0300 Subject: Use top instead of htop by default on nodo::subsystem::screen::startup::windows --- manifests/subsystem/screen/startup.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": -- cgit v1.2.3