diff options
Diffstat (limited to 'manifests/init.pp')
-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 5015f60..188bba9 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -40,6 +40,6 @@ define sshd::sshd_config ( group => 0, mode => 600, source => $real_source, - notify => service[sshd], + notify => Service[sshd], } } |