diff options
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/init.pp | 2 | 
1 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 | 
