From: mh Date: Fri, 21 Dec 2007 18:27:16 +0000 (+0000) Subject: fixed some typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a1e8a891019a1644fb046a2d7438164ae55d6097;p=puppet-sshd.git fixed some typo git-svn-id: https://svn/ipuppet/trunk/modules/sshd@301 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- diff --git a/manifests/init.pp b/manifests/init.pp index e7b723c..fc6547c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -38,7 +38,7 @@ define sshd::sshd_config ( owner => root, group => 0, mode => 600, - source => puppet://$server/sshd/sshd_config/$real_source, + source => "puppet://$server/sshd/sshd_config/$real_source", notify => Service[sshd], } }