diff options
-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 831a585..d628737 100644 --- a/manifests/subsystem/screen/startup.pp +++ b/manifests/subsystem/screen/startup.pp @@ -1,4 +1,4 @@ -class nodo::subsymtem::screen::startup( +class nodo::subsystem::screen::startup( $windows = hiera('nodo::subsystem::screen::startup::windows', [ "${::hostname} 0 tail -F /var/log/daemon.log" ]), $select = hiera('nodo::subsystem::screen::startup::select', 0) ) { |