3
0
Arne Teuke
2025-10-18 13:44:18 +02:00
parent a0f02cbd6d
commit 27694ecdcb

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