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
When defining a filter as follows:
sensu::filter { 'keepalive_failures': negate => false, attributes => { } }
Puppet keeps failing with the error:
Error: Could not find dependent Sensu_client_subscription[keepalive_failures] for File[/etc/sensu/conf.d/filters/keepalive_failures.json]
Why does a filter definition require a sensu client subscription?
The text was updated successfully, but these errors were encountered:
@jamtur01 @jlambert121 Ping :-)
Sorry, something went wrong.
@codesplicer I believe #192 resolves this, could you verify? I think the issue was a duplication of sensu::filter define and sensu_filter type.
Successfully merging a pull request may close this issue.
When defining a filter as follows:
Puppet keeps failing with the error:
Why does a filter definition require a sensu client subscription?
The text was updated successfully, but these errors were encountered: