diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 22:36:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 22:36:29 -0300 |
commit | fcd4d24c5ed98a04438f425e878cd69029f84aeb (patch) | |
tree | dfe07d322b1738c9f2014b5c8ef09ef37123302d /manifests | |
parent | afbde56abc85186a9625f3679180d4607972053f (diff) | |
download | puppet-nodo-fcd4d24c5ed98a04438f425e878cd69029f84aeb.tar.gz puppet-nodo-fcd4d24c5ed98a04438f425e878cd69029f84aeb.tar.bz2 |
Fixing class name (2)
Diffstat (limited to 'manifests')
-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) ) { |