diff --git a/sasl/manifests/init.pp b/sasl/manifests/init.pp index 3887f35..d7c2804 100644 --- a/sasl/manifests/init.pp +++ b/sasl/manifests/init.pp @@ -174,7 +174,7 @@ class sasl::saslauthd { owner => "root", group => "root", require => Class["sasl::client"], - before => Service["saslauthd"], + notify => Service["saslauthd"], } } }