aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/subsystem/screen/startup.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/screen/startup.pp b/manifests/subsystem/screen/startup.pp
index 5c13ec5..5b20295 100644
--- a/manifests/subsystem/screen/startup.pp
+++ b/manifests/subsystem/screen/startup.pp
@@ -1,5 +1,5 @@
class nodo::subsystem::screen::startup(
- $windows = hiera('nodo::subsystem::screen::startup::windows', [ "${::hostname} 0 tail -F bash -c \"/var/log/*log /var/log/*/*log\"",
+ $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" ]),
$select = hiera('nodo::subsystem::screen::startup::select', 1)