From: Silvio Rhatto Date: Mon, 27 May 2013 01:36:29 +0000 (-0300) Subject: Fixing class name (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fcd4d24c5ed98a04438f425e878cd69029f84aeb;p=puppet-nodo.git Fixing class name (2) --- 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) ) {