From 9c78ba9f32538070540e92b1bbd1799d217b4c60 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 27 Dec 2007 15:57:33 +0000 Subject: fixed typo git-svn-id: https://svn/ipuppet/trunk/modules/sshd@333 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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], } } -- cgit v1.2.3