From: mh Date: Fri, 21 Dec 2007 18:21:22 +0000 (+0000) Subject: fixed some typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e99f9cb3a25df006fcd9c7b8813b09ed4b29c762;p=puppet-sshd.git fixed some typo git-svn-id: https://svn/ipuppet/trunk/modules/sshd@299 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- 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], } }