Skip to content

Commit

Permalink
*fix* ambigious $config_file param defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
bramblek1 committed Oct 18, 2017
1 parent 07af2d1 commit b411a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/blackbox_exporter.pp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
$modules = {},
$arch = $::prometheus::params::arch,
$bin_dir = $::prometheus::params::bin_dir,
$config_file = '/etc/prometheus/blackbox_exporter.yaml',
$config_file = $::prometheus::params::blackbox_exporter_config_file,
$config_mode = $::prometheus::params::config_mode,
$download_extension = $::prometheus::params::blackbox_exporter_download_extension,
$download_url = undef,
Expand Down

0 comments on commit b411a0e

Please sign in to comment.