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
Currently the code accesses variables in other scopes, such as $sensu::owner and $sensu::group. Instead that data should be refactored to use Hiera.
$sensu::owner
$sensu::group
https://docs.puppet.com/puppet/4.10/hiera_migrate_modules.html#module-data-with-yaml-data-files
The text was updated successfully, but these errors were encountered:
Closing because it requires puppet >= 4.9. We've got some time before that's acceptable.
Sorry, something went wrong.
No branches or pull requests
Currently the code accesses variables in other scopes, such as
$sensu::ownerand$sensu::group. Instead that data should be refactored to use Hiera.https://docs.puppet.com/puppet/4.10/hiera_migrate_modules.html#module-data-with-yaml-data-files
The text was updated successfully, but these errors were encountered: