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], } }