3
0

Merge branch 'jenkins-build-18' into 'master'

Auto-merge for build 18

See merge request puppet/prometheus_cd!17
This commit is contained in:
2025-10-18 11:47:06 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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],
}
}</pre>
</td>

View File

@@ -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],
}
}