diff --git a/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Afiles.html index 5c1db14..4128703 100644 --- a/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Afiles.html @@ -134,7 +134,7 @@ class prometheus_cd::main::files ( seltype => etc_t, seluser => system_u, content => template('prometheus_cd/prometheus.yml.erb'), - notify => Service[ps_prom_service], + notify => Service[$ps_prom_service], } } diff --git a/manifests/main/files.pp b/manifests/main/files.pp index 7a1185d..4a040e8 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -16,6 +16,6 @@ class prometheus_cd::main::files ( seltype => etc_t, seluser => system_u, content => template('prometheus_cd/prometheus.yml.erb'), - notify => Service[ps_prom_service], + notify => Service[$ps_prom_service], } }