We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1.0.0
3000.2
Working:
firewalld: zones: public: ports: - comment: "test" port: 8080 protocol: tcp
Not working:
firewalld: zones: public: test_ports: - comment: "test" port: 8080 protocol: tcp
When using *_ports instead of ports in pillar config, the comment is not present in rendered /etc/firewalld/zones/public.xml
*_ports
ports
/etc/firewalld/zones/public.xml
Use a the above pillar config.
Comment is rendered to /etc/firewalld/zones/public.xml
The text was updated successfully, but these errors were encountered:
I dumb
Sorry, something went wrong.
No branches or pull requests
Your setup
Formula commit hash / release tag
v1.0.0
Versions reports (master & minion)
3000.2
Pillar / config used
Working:
Not working:
Bug details
Describe the bug
When using
*_ports
instead ofports
in pillar config, the comment is not present in rendered/etc/firewalld/zones/public.xml
Steps to reproduce the bug
Use a the above pillar config.
Expected behaviour
Comment is rendered to
/etc/firewalld/zones/public.xml
The text was updated successfully, but these errors were encountered: