diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-17 20:45:13 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-17 20:45:13 +0000 |
commit | e9ed1862d5c5dc6b9ba88fed619d6e28c039fd05 (patch) | |
tree | 1abf66878736da44d8a4c94761d52f80f9a8cbb9 /manifests | |
parent | 86b9637755c2aa540a5e1bada32c8181a67acca8 (diff) | |
download | puppet-sshd-e9ed1862d5c5dc6b9ba88fed619d6e28c039fd05.tar.gz puppet-sshd-e9ed1862d5c5dc6b9ba88fed619d6e28c039fd05.tar.bz2 |
typo in definition
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@823 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 1fc043f..cff48a5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -45,7 +45,7 @@ class sshd { } define sshd::sshd_config ( - $source = "", + $source => "", ){ $real_source = $source ? { '' => "${operatingsystem}_normal.erb", |