Skip to content

Commit

Permalink
*fix* ambigious blackbox_exporter_global_config and blackbox_exporter…
Browse files Browse the repository at this point in the history
…_modules , use 'modules'
  • Loading branch information
bramblek1 committed Oct 19, 2017
1 parent ff08dcd commit bf6e811
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion manifests/blackbox_exporter.pp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
# Whether to create user or rely on external code for that
#
# [*modules*]
# Structured, array of blackbox module definitions for different probe types
# Structured, hash of blackbox module definitions for different probe types, converted
# to yaml for blackbox config file
#
# [*os*]
# Operating system (linux is the only one supported)
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
$blackbox_exporter_extra_groups = []
$blackbox_exporter_package_ensure = 'latest'
$blackbox_exporter_package_name = 'blackbox_exporter'
$blackbox_exporter_global_config = {}
$blackbox_exporter_modules = {}
$blackbox_exporter_config_file = '/etc/blackbox-exporter.yaml'
$blackbox_exporter_version = '0.7.0'
$user = 'prometheus'
Expand Down

0 comments on commit bf6e811

Please sign in to comment.