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

Fix the firewalld_version fact #264

Merged

Conversation

trevor-vaughan
Copy link
Collaborator

  • Work around a bug in firewall-cmd and use raw python to get the
    firewalld version if firewalld-cmd does not return anything
  • Incorporated the simp-beaker-helpers gem to get access to the helper
    methods

Fixes #263

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

.rspec Outdated
@@ -1,2 +1,3 @@
--format documentation
--color
--fail-fast
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be removed by modulesync.

@alexjfisher
Copy link
Member

LGTM. Have you tested on both EL7 and EL8?

Copy link
Member

@alexjfisher alexjfisher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LTGM. Perhaps leave this open a day or two in case anyone else wants to add feedback though.

@trevor-vaughan
Copy link
Collaborator Author

@alexjfisher Yeah, it works on 7 and 8 properly. They're both in the Beaker nodeset

* Work around a bug in firewall-cmd and use raw python to get the
  firewalld version if firewalld-cmd does not return anything
* Incorporated the simp-beaker-helpers gem to get access to the helper
  methods

Fixes voxpupuli#263
@alexjfisher alexjfisher merged commit 62f1691 into voxpupuli:master Mar 3, 2020
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 this pull request may close these issues.

The firewalld_version fact is incorrect when firewalld is not running
2 participants