modules: prometheus: Remove erroneous tmpl extension
This commit is contained in:
@@ -151,7 +151,7 @@ class postgresql_base() {
|
|||||||
# systemd service template file to allow for multiple of these
|
# systemd service template file to allow for multiple of these
|
||||||
file "/etc/systemd/system/prometheus-postgres-exporter@.service" {
|
file "/etc/systemd/system/prometheus-postgres-exporter@.service" {
|
||||||
state => $const.res.file.state.exists,
|
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",
|
owner => "root",
|
||||||
group => "root",
|
group => "root",
|
||||||
mode => "u=rw,go=r",
|
mode => "u=rw,go=r",
|
||||||
|
|||||||
Reference in New Issue
Block a user