aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-05 18:53:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-05 18:53:03 -0300
commit1e2615ce00ece22221c43359e7ef7f489c4927b1 (patch)
tree0e674ed61caac876652492bb12a754de41bef0e2
parent3896ba5572e66553cd17718c2336cedbc5a60614 (diff)
downloadpuppet-nodo-1e2615ce00ece22221c43359e7ef7f489c4927b1.tar.gz
puppet-nodo-1e2615ce00ece22221c43359e7ef7f489c4927b1.tar.bz2
Fixes nodo::subsystem::screen::startup::windows and include journald
-rw-r--r--manifests/subsystem/screen/startup.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/subsystem/screen/startup.pp b/manifests/subsystem/screen/startup.pp
index b054440..5c13ec5 100644
--- a/manifests/subsystem/screen/startup.pp
+++ b/manifests/subsystem/screen/startup.pp
@@ -1,5 +1,7 @@
class nodo::subsystem::screen::startup(
- $windows = hiera('nodo::subsystem::screen::startup::windows', [ "${::hostname} 0 tail -F /var/log/*log /var/log/*/*log", "htop 1 htop" ]),
+ $windows = hiera('nodo::subsystem::screen::startup::windows', [ "${::hostname} 0 tail -F bash -c \"/var/log/*log /var/log/*/*log\"",
+ "journal 1 journalctl -f",
+ "htop 2 htop" ]),
$select = hiera('nodo::subsystem::screen::startup::select', 1)
) {
file { "/etc/screenrc.startup":