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

Filter definition requires a client subscription #167

Closed
codesplicer opened this issue Mar 6, 2014 · 2 comments · Fixed by #192
Closed

Filter definition requires a client subscription #167

codesplicer opened this issue Mar 6, 2014 · 2 comments · Fixed by #192

Comments

@codesplicer
Copy link

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?

@portertech
Copy link
Contributor

@jamtur01 @jlambert121 Ping :-)

@jlambert121
Copy link
Contributor

@codesplicer I believe #192 resolves this, could you verify? I think the issue was a duplication of sensu::filter define and sensu_filter type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants