summaryrefslogtreecommitdiffstats
path: root/modules/prometheus
diff options
context:
space:
mode:
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'];
}