Saltstack Official FirewallD Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # == State: firewalld.backends
- #
- # This state ensures that /etc/firewalld/backends/ exists.
- #
- {% from "firewalld/map.jinja" import firewalld with context %}
-
- {%- if salt['pillar.get']('firewalld:installbackend') %}
- package_backend:
- pkg.installed:
- - name: {{ firewalld.backendpackage }}
- {%- endif %}
|