diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2007-12-27 15:57:33 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2007-12-27 15:57:33 +0000 |
commit | 9c78ba9f32538070540e92b1bbd1799d217b4c60 (patch) | |
tree | 4ab1718b2dfa845dddb3cb50f65fc2d41920ed57 /manifests | |
parent | 9cc7c834e4770d83b088a15324702827dbe3c525 (diff) | |
download | puppet-sshd-9c78ba9f32538070540e92b1bbd1799d217b4c60.tar.gz puppet-sshd-9c78ba9f32538070540e92b1bbd1799d217b4c60.tar.bz2 |
fixed typo
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@333 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 8d574fb..c5386be 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -39,7 +39,7 @@ define sshd::sshd_config ( owner => root, group => 0, mode => 600, - source => template("sshd/sshd_config/${real_source}"), + content => template("sshd/sshd_config/${real_source}"), notify => Service[sshd], } } |