diff --git a/doc/puppet_classes/prometheus_cd_3A_3Aparams.html b/doc/puppet_classes/prometheus_cd_3A_3Aparams.html index 2751e80..16cbe11 100644 --- a/doc/puppet_classes/prometheus_cd_3A_3Aparams.html +++ b/doc/puppet_classes/prometheus_cd_3A_3Aparams.html @@ -370,7 +370,8 @@ 52 53 54 -55 +55 +56
# File 'manifests/params.pp', line 17
@@ -407,6 +408,7 @@ class prometheus_cd::params (
   $ps_main_dir            = '/etc/prometheus'
 
   # files
+  $ps_main_file           = "${ps_main_dir}/prometheus.yml"
 
   # services
   $ps_prom_service        = 'prometheus'
diff --git a/manifests/params.pp b/manifests/params.pp
index ce0ce1b..7c02743 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -46,6 +46,7 @@ class prometheus_cd::params (
   $ps_main_dir            = '/etc/prometheus'
 
   # files
+  $ps_main_file           = "${ps_main_dir}/prometheus.yml"
 
   # services
   $ps_prom_service        = 'prometheus'