summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-27 15:57:33 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-27 15:57:33 +0000
commit9c78ba9f32538070540e92b1bbd1799d217b4c60 (patch)
tree4ab1718b2dfa845dddb3cb50f65fc2d41920ed57 /manifests
parent9cc7c834e4770d83b088a15324702827dbe3c525 (diff)
fixed typo
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@333 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 8d574fb..c5386be 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -39,7 +39,7 @@ define sshd::sshd_config (
owner => root,
group => 0,
mode => 600,
- source => template("sshd/sshd_config/${real_source}"),
+ content => template("sshd/sshd_config/${real_source}"),
notify => Service[sshd],
}
}