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
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.
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.