Skip to content

Commit

Permalink
*fix* missing param config_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bramblek1 committed Oct 18, 2017
1 parent e5bdf32 commit 1f21468
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manifests/blackbox_exporter.pp
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
$arch = $::prometheus::params::arch,
$bin_dir = $::prometheus::params::bin_dir,
$config_file = '/etc/prometheus/blackbox_exporter.yaml',
$config_mode = $::prometheus::params::config_mode,
$download_extension = $::prometheus::params::blackbox_exporter_download_extension,
$download_url = undef,
$download_url_base = $::prometheus::params::blackbox_exporter_download_url_base,
Expand Down Expand Up @@ -140,7 +141,6 @@
mode => $config_mode,
content => template('prometheus/blackbox_exporter.yaml.erb'),
notify => $notify_service,
require => File[$config_dir],
}


Expand All @@ -160,7 +160,6 @@
extra_groups => $extra_groups,
group => $group,
manage_group => $manage_group,
purge => $purge_config_dir,
options => $options,
init_style => $init_style,
service_ensure => $service_ensure,
Expand Down

0 comments on commit 1f21468

Please sign in to comment.