fixed some typo

git-svn-id: https://svn/ipuppet/trunk/modules/sshd@299 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
This commit is contained in:
mh 2007-12-21 18:21:22 +00:00
parent 7db46771e7
commit e99f9cb3a2

View file

@ -40,6 +40,6 @@ define sshd::sshd_config (
group => 0,
mode => 600,
source => $real_source,
notify => service[sshd],
notify => Service[sshd],
}
}