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

Make native types autorequire the firewalld service #234

Merged
merged 3 commits into from
Oct 19, 2019

Conversation

trevor-vaughan
Copy link
Collaborator

  • Added an autorequire for each native type that uses firewall-cmd. This
    is due to what appears to be the requirement that any firewall-cmd
    activities occur after the service has been started the first time.
    Running commands prior to the service start can result in malformed
    configurations being applied to the system which silently break the
    firewalld service.
  • Tested against simp/iptables 6.4.0

Closes #224

* Added an autorequire for each native type that uses firewall-cmd. This
  is due to what appears to be the requirement that any firewall-cmd
  activities occur after the service has been started the first time.
  Running commands prior to the service start can result in malformed
  configurations being applied to the system which silently break the
  firewalld service.
* Tested against simp/iptables 6.4.0

Closes voxpupuli#224
@bastelfreak bastelfreak added the enhancement New feature or request label Oct 19, 2019
@bastelfreak
Copy link
Member

Thanks for the work!

@bastelfreak bastelfreak merged commit 410b4d8 into voxpupuli:master Oct 19, 2019
@alexjfisher alexjfisher changed the title Native type autorequires for the firewalld service Make native types autorequire the firewalld service Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The native types should all autorequire the firewalld service
2 participants