diff options
-rw-r--r-- | manifests/init.pp | 2 | ||||
-rw-r--r-- | templates/sshd_config/Debian_etch.erb (renamed from templates/sshd_config/Debian_Etch.erb) | 0 | ||||
-rw-r--r-- | templates/sshd_config/Debian_lenny.erb (renamed from templates/sshd_config/Debian_Lenny.erb) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index be33d7d..519e242 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -191,7 +191,7 @@ class sshd::base { content => $lsbdistcodename ? { '' => template("sshd/sshd_config/${operatingsystem}.erb"), default => template ("sshd/sshd_config/${operatingsystem}_${lsbdistcodename}.erb"), - } + }, notify => Service[sshd], } # Now add the key, if we've got one diff --git a/templates/sshd_config/Debian_Etch.erb b/templates/sshd_config/Debian_etch.erb index 09be201..09be201 100644 --- a/templates/sshd_config/Debian_Etch.erb +++ b/templates/sshd_config/Debian_etch.erb diff --git a/templates/sshd_config/Debian_Lenny.erb b/templates/sshd_config/Debian_lenny.erb index bb39736..bb39736 100644 --- a/templates/sshd_config/Debian_Lenny.erb +++ b/templates/sshd_config/Debian_lenny.erb |