summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-21 18:26:07 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-21 18:26:07 +0000
commit76e789e5b7edd72dc17e60db7764ba55b30ab990 (patch)
tree85bfa9589e44387cd4c04a7d1219d60f75fbfd5c /manifests
parente99f9cb3a25df006fcd9c7b8813b09ed4b29c762 (diff)
fixed some typo
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@300 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 188bba9..e7b723c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -9,7 +9,6 @@ class sshd {
enable => true,
ensure => running,
require => Package[openssh],
- subscribe => File[sshd_config]
}
package{ssh:
@@ -39,7 +38,7 @@ define sshd::sshd_config (
owner => root,
group => 0,
mode => 600,
- source => $real_source,
+ source => puppet://$server/sshd/sshd_config/$real_source,
notify => Service[sshd],
}
}