diff --git a/manifests/main/files.pp b/manifests/main/files.pp index a6023fc..e408b71 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -22,6 +22,7 @@ class cd_alloy::main::files ( seltype => etc_t, seluser => system_u, content => template('cd_alloy/config.alloy.erb'), + notify => Service[$ay_service], } }