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

firewalld_rich_rule needs to autorequire firewalld_custom_service on service #321

Open
trevor-vaughan opened this issue Mar 26, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@trevor-vaughan
Copy link
Collaborator

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: All
  • Ruby: All
  • Distribution: All
  • Module version: All

How to reproduce (e.g Puppet code you use)

This is difficult to reproduce without bricking your system but if you use firewalld::custom_service and a firewalld_service but do not explicitly chain them together, the run will fail.

What behaviour did you expect instead

Ordering should be automatic

Any additional information you'd like to impart

Adding the following to firewalld_rich_rule appears to solve the issue:

autorequire(:firewalld_custom_service) do
  self[:service]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant