Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add achive_bin_path parameter defaulting to existing value #438

Merged
merged 1 commit into from
Mar 22, 2020

Conversation

robmbrooks
Copy link

Pull Request (PR) description

this adds a parameter 'achive_bin_path' to the prometheus::daemon defined type

This Pull Request (PR) fixes the following issues

this is useful for frr_exporter as the archive binary is not in the expected location

@@ -67,6 +67,7 @@
Hash[String, Scalar] $env_vars = {},
Optional[String] $env_file_path = $prometheus::env_file_path,
Optional[String[1]] $extract_command = $prometheus::extract_command,
Stdlib::Absolutepath $achive_bin_path = "/opt/${name}-${version}.${os}-${arch}/${name}",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be archive_bin_path, and not achive..? Also please add a documentation for the param to the file.

@robmbrooks
Copy link
Author

@bastelfreak done and done, sorry, both of these should have been obvious

@bastelfreak bastelfreak added the enhancement New feature or request label Mar 22, 2020
@bastelfreak bastelfreak merged commit 11ed020 into voxpupuli:master Mar 22, 2020
Rovanion pushed a commit to Rovanion/puppet-prometheus that referenced this pull request May 5, 2021
add achive_bin_path parameter defaulting to existing value
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants