From: Silvio Rhatto Date: Mon, 27 May 2013 01:35:52 +0000 (-0300) Subject: Fixing class name X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=afbde56abc85186a9625f3679180d4607972053f;p=puppet-nodo.git Fixing class name --- diff --git a/manifests/subsystem/screen/startup.pp b/manifests/subsystem/screen/startup.pp index ffbec08..831a585 100644 --- a/manifests/subsystem/screen/startup.pp +++ b/manifests/subsystem/screen/startup.pp @@ -1,4 +1,4 @@ -class nodo::subsytem::screen::startup( +class nodo::subsymtem::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) ) {