diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-02 19:36:18 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-02 19:36:18 -0300 | 
| commit | 3896ba5572e66553cd17718c2336cedbc5a60614 (patch) | |
| tree | 1c9674fb8abb5d14832131210627fd8cd5c8cc80 /manifests/subsystem | |
| parent | 9b7a91d07eb6086c5ba4a30d7e26b8178381965e (diff) | |
| download | puppet-nodo-3896ba5572e66553cd17718c2336cedbc5a60614.tar.gz puppet-nodo-3896ba5572e66553cd17718c2336cedbc5a60614.tar.bz2 | |
Startup screen: display more logs
Diffstat (limited to 'manifests/subsystem')
| -rw-r--r-- | manifests/subsystem/screen/startup.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifests/subsystem/screen/startup.pp b/manifests/subsystem/screen/startup.pp index d6735f1..b054440 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 /var/log/daemon.log", "htop 1 htop" ]), +  $windows = hiera('nodo::subsystem::screen::startup::windows', [ "${::hostname} 0 tail -F /var/log/*log /var/log/*/*log", "htop 1 htop" ]),    $select  = hiera('nodo::subsystem::screen::startup::select', 1)  ) {    file { "/etc/screenrc.startup": | 
