Skip to content

Commit

Permalink
*fix* missing $config_file in params
Browse files Browse the repository at this point in the history
  • Loading branch information
bramblek1 committed Aug 7, 2017
1 parent 7c2f613 commit 3944ffd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/blackbox_exporter.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
# [*bin_dir*]
# Directory where binaries are located
#
# [*config_file*]
# Absolute path to configuration file (blackbox module definitions)
#
# [*download_extension*]
# Extension for the release binary archive
#
Expand Down Expand Up @@ -89,6 +92,7 @@
$modules = {},
$arch = $::prometheus::params::arch,
$bin_dir = $::prometheus::params::bin_dir,
$config_file = '/etc/prometheus/blackbox_exporter.yaml',
$download_extension = $::prometheus::params::blackbox_exporter_download_extension,
$download_url = undef,
$download_url_base = $::prometheus::params::blackbox_exporter_download_url_base,
Expand Down

0 comments on commit 3944ffd

Please sign in to comment.