-
-
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
Use an ip range instead of looping #176
Conversation
3b7bb17
to
b1f2625
Compare
I've had to apply this fix to our module locally in order to fix 5+ minute boot times for boxes, as the module was creating 200,000+ rules where only 6 were needed! It works well for us on CentOS 7, so consider this another vote of interest in getting this merged. :) |
Dear @jovandeginste, thanks for the PR! This is pccibot, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
Dear @jovandeginste, thanks for the PR! This is pccibot, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
Dear @jovandeginste, thanks for the PR! This is pccibot, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
@dhoppe would you like us to fix the merge conflicts? |
@jovandeginste That would be great. Thank you very much. |
b1f2625
to
16da593
Compare
@dhoppe done. |
I'm unsure why this was not yet implemented this way - I'm ready to be educated today :-)
I tested it on our servers (centos/rhel 7), this worked before I used the
puppet-firewalld
module, and I was very surprised to find the xml file to be expanded :-)