We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hiya. When strict variables are on the module doesn't work. The first place that gets hit is https://github.com/pcfens/puppet-filebeat/blob/master/manifests/init.pp#L93 $::filebeat_version fact doesn't exist and with strict variables it blows up. Evaluation Error: Unknown variable: '::filebeat_version'.
Evaluation Error: Unknown variable: '::filebeat_version'.
You might want to run some acceptance tests with strict vars enabled and fix some things ;-)
The text was updated successfully, but these errors were encountered:
Thanks for finding this - I thought I was testing using strict variables so I'll dive in a little bit deeper.
Aside from better testing, this should be fixed in ede4c4a. I'll push an updated release to the forge soon.
Sorry, something went wrong.
Thanks or fixing it so quick! Will report if i find anything else.
No branches or pull requests
Hiya. When strict variables are on the module doesn't work.
The first place that gets hit is https://github.com/pcfens/puppet-filebeat/blob/master/manifests/init.pp#L93
$::filebeat_version fact doesn't exist and with strict variables it blows up.
Evaluation Error: Unknown variable: '::filebeat_version'.
You might want to run some acceptance tests with strict vars enabled and fix some things ;-)
The text was updated successfully, but these errors were encountered: