Skip to content

Commit

Permalink
Merge pull request #97 from tuxmea/fix_blackbox_exporter_options
Browse files Browse the repository at this point in the history
use double dash for blackbox exporter options
  • Loading branch information
juniorsysadmin authored Oct 29, 2017
2 parents 007ef80 + 4dc7636 commit 96168fb
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 @@ -128,7 +128,7 @@
default => undef,
}

$options = "-config.file=${config_file} ${extra_options}"
$options = "--config.file=${config_file} ${extra_options}"

file { $config_file:
ensure => present,
Expand Down

0 comments on commit 96168fb

Please sign in to comment.