aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-05 18:57:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-05 18:57:14 -0300
commitedd02c16b83fdb5a1bda744f4f4a21a4645f135c (patch)
tree99dc80df6ed671d202d2034e44e84690f1f6dc10
parent1e2615ce00ece22221c43359e7ef7f489c4927b1 (diff)
downloadpuppet-nodo-edd02c16b83fdb5a1bda744f4f4a21a4645f135c.tar.gz
puppet-nodo-edd02c16b83fdb5a1bda744f4f4a21a4645f135c.tar.bz2
Oops
-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)