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
sensu-version.erb is only used to manipulate a string. This should be rather done in puppet code instead.
The text was updated successfully, but these errors were encountered:
Same is true for:
sensu-puppet$ grep -ri scope.lookupvar . ./manifests/extension.pp: $filename = inline_template('<%= scope.lookupvar(\'source\').split(\'/\').last %>') ./manifests/handler.pp: $filename = inline_template('<%= scope.lookupvar(\'source\').split(\'/\').last %>') ./manifests/mutator.pp: $filename = inline_template('<%= scope.lookupvar(\'source\').split(\'/\').last %>') ./manifests/plugin.pp: $filename = inline_template('<%= scope.lookupvar(\'name\').split(\'/\').last %>') ./manifests/plugin.pp: $filename = inline_template('<%= scope.lookupvar(\'name\').split(\'/\').last %>')
Sorry, something went wrong.
Fix released in v2.22.0
Phil-Friderici
No branches or pull requests
sensu-version.erb is only used to manipulate a string.
This should be rather done in puppet code instead.
The text was updated successfully, but these errors were encountered: