summaryrefslogtreecommitdiffstats
path: root/modules/prometheus
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-01 22:18:54 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-01 22:18:54 -0400
commit9f1d1f52a37bca06310a42420635be16bdd1eb5a (patch)
tree275131d65ec205271b9d44fc7de93e44bd703754 /modules/prometheus
parentda31e00b8b3cb5b7842019ef76e8cbcdec595622 (diff)
downloadpuppet-tozt-9f1d1f52a37bca06310a42420635be16bdd1eb5a.tar.gz
puppet-tozt-9f1d1f52a37bca06310a42420635be16bdd1eb5a.zip
typo
Diffstat (limited to 'modules/prometheus')
-rw-r--r--modules/prometheus/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/prometheus/manifests/init.pp b/modules/prometheus/manifests/init.pp
index d69b07b..f8194d6 100644
--- a/modules/prometheus/manifests/init.pp
+++ b/modules/prometheus/manifests/init.pp
@@ -4,7 +4,7 @@ class prometheus {
}
file { "/etc/prometheus/prometheus.yml":
- content => template('/prometheus/prometheus.yml'),
+ content => template('prometheus/prometheus.yml'),
require => Package['prometheus'];
}