diff --git a/manifests/init.pp b/manifests/init.pp index 0d55fd1..6602c7f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -91,7 +91,7 @@ file { $init_config_file: ensure => file, content => template('syslog_ng/init_config_file.erb'), - notify => Exec['syslog_ng_reload'], + notify => Service[$service_name], } }