diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2007-12-21 18:21:22 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2007-12-21 18:21:22 +0000 |
commit | e99f9cb3a25df006fcd9c7b8813b09ed4b29c762 (patch) | |
tree | 5a813bb6bb4e6ce5061926d7862a7e45f4eebea8 /manifests/init.pp | |
parent | 7db46771e777c7f9d4b8b83d2cdc42407ff00e90 (diff) |
fixed some typo
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@299 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/init.pp')
-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 5015f60..188bba9 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -40,6 +40,6 @@ define sshd::sshd_config ( group => 0, mode => 600, source => $real_source, - notify => service[sshd], + notify => Service[sshd], } } |