modules: prometheus: Remove erroneous tmpl extension

This commit is contained in:
James Shubin
2025-03-11 00:45:20 -04:00
parent 46035fee83
commit 5667fec410
2 changed files with 1 additions and 1 deletions

View File

@@ -151,7 +151,7 @@ class postgresql_base() {
# systemd service template file to allow for multiple of these
file "/etc/systemd/system/prometheus-postgres-exporter@.service" {
state => $const.res.file.state.exists,
content => deploy.readfile("/files/prometheus-postgres-exporter.service.tmpl"),
content => deploy.readfile("/files/prometheus-postgres-exporter.service"),
owner => "root",
group => "root",
mode => "u=rw,go=r",