diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 22:35:52 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 22:35:52 -0300 | 
| commit | afbde56abc85186a9625f3679180d4607972053f (patch) | |
| tree | 192a5a60ab748afea9e17b5b3901bc793b465d91 | |
| parent | 21056c75ccbd707af2c3d315c7a2ae43fdcee5fd (diff) | |
| download | puppet-nodo-afbde56abc85186a9625f3679180d4607972053f.tar.gz puppet-nodo-afbde56abc85186a9625f3679180d4607972053f.tar.bz2  | |
Fixing class name
| -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 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)  ) {  | 
