diff options
-rw-r--r-- | files/sshd_config/CentOS_normal (renamed from files/sshd_config/centos_normal) | 0 | ||||
-rw-r--r-- | files/sshd_config/Gentoo_normal (renamed from files/sshd_config/gentoo_normal) | 0 | ||||
-rw-r--r-- | manifests/init.pp | 3 |
3 files changed, 1 insertions, 2 deletions
diff --git a/files/sshd_config/centos_normal b/files/sshd_config/CentOS_normal index 7b8ebcc..7b8ebcc 100644 --- a/files/sshd_config/centos_normal +++ b/files/sshd_config/CentOS_normal diff --git a/files/sshd_config/gentoo_normal b/files/sshd_config/Gentoo_normal index aec8c07..aec8c07 100644 --- a/files/sshd_config/gentoo_normal +++ b/files/sshd_config/Gentoo_normal 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], } } |