diff --git a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Afiles.html index 6dd56ee..c0f8a5b 100644 --- a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Afiles.html @@ -122,7 +122,8 @@ 24 25 26 -27 +27 +28
# File 'manifests/main/files.pp', line 6
@@ -146,6 +147,7 @@ class cd_alloy::main::files (
     seltype   => etc_t,
     seluser   => system_u,
     content   => template('cd_alloy/config.alloy.erb'),
+    notify    => Service[$ay_service],
   }
 
 }