summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-21 18:27:16 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-21 18:27:16 +0000
commita1e8a891019a1644fb046a2d7438164ae55d6097 (patch)
tree4ed4cd88f977d63506589c784da6d46669084545 /manifests
parent76e789e5b7edd72dc17e60db7764ba55b30ab990 (diff)
fixed some typo
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@301 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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],
}
}