You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.
If I have a custom zone defined in a manifest firewalld::zone { 'custom': ... } once the zone exists, any changes to the manifest do not update the zone xml file.
Unless I'm missing something obvious, shouldn't it update the xml file?
Small update: This is for when a parameter is blank (either missing or a blank array in the case of 'services') that the config is not updated.
The text was updated successfully, but these errors were encountered:
I have patched some or all of these issues in my new fork that may get pulled by jpopelka if he approves. https://github.com/sfu-rcg/puppet-firewalld
This issue was one of my main reasons for the bunch of code changes I made to this module.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I have a custom zone defined in a manifest
firewalld::zone { 'custom': ... }
once the zone exists, any changes to the manifest do not update the zone xml file.Unless I'm missing something obvious, shouldn't it update the xml file?
Small update: This is for when a parameter is blank (either missing or a blank array in the case of 'services') that the config is not updated.
The text was updated successfully, but these errors were encountered: