-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
The firewalld_version fact is incorrect when firewalld is not running #263
Comments
trevor-vaughan
added a commit
to trevor-vaughan/pupmod-voxpupuli-firewalld
that referenced
this issue
Feb 28, 2020
* 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
trevor-vaughan
added a commit
to trevor-vaughan/pupmod-voxpupuli-firewalld
that referenced
this issue
Feb 28, 2020
* 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
trevor-vaughan
added a commit
to trevor-vaughan/pupmod-voxpupuli-firewalld
that referenced
this issue
Feb 28, 2020
* 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
trevor-vaughan
added a commit
to trevor-vaughan/pupmod-voxpupuli-firewalld
that referenced
this issue
Mar 3, 2020
* 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
trevor-vaughan
added a commit
to trevor-vaughan/pupmod-voxpupuli-firewalld
that referenced
this issue
Mar 3, 2020
* 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
jovandeginste
pushed a commit
to kuleuven/puppet-firewalld
that referenced
this issue
Mar 6, 2020
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Disable
firewalld
and get the fact fromfacter
What are you seeing
An empty string is returned
What behaviour did you expect instead
A version number should be returned
Any additional information you'd like to impart
This is a bug in upstream
firewalld
. The following python code can be used to get the version directly:Working on a patch to incorporate that fix.
The text was updated successfully, but these errors were encountered: