Skip to content

Commit

Permalink
*fix* missing blackbox_exporter_download_url_base param
Browse files Browse the repository at this point in the history
  • Loading branch information
bramblek1 committed Oct 18, 2017
1 parent 1f21468 commit 07af2d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
$blackbox_exporter_user = 'blackbox-exporter'
$blackbox_exporter_group = 'blackbox-exporter'
$blackbox_exporter_download_extension = 'tar.gz'
$blackbox_exporter_download_url_base = 'https://github.com/prometheus/blackbox_exporter/releases'
$blackbox_exporter_extra_groups = []
$blackbox_exporter_package_ensure = 'latest'
$blackbox_exporter_package_name = 'blackbox_exporter'
Expand Down

0 comments on commit 07af2d1

Please sign in to comment.