diff --git a/manifests/main/files.pp b/manifests/main/files.pp index a153ab4..ebaf02d 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -43,6 +43,7 @@ class alloy_cd::main::files ( owner => 'root', group => 'adm', mode => '0640', + notify => Service[$ay_service], } file { '/var/log/secure': @@ -50,5 +51,6 @@ class alloy_cd::main::files ( owner => 'root', group => 'adm', mode => '0640', + notify => Service[$ay_service], } }