aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-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],
}
}