``` [213] SaltStack recommends using cmd.run together with onchanges, rather than cmd.wait firewalld/init.sls:53 cmd.wait: ``` Usually fix: * `cmd.wait` + `watch` To: * `cmd.run` + `onchanges` But this code doesn't use that construction, so leaving as-is.
Description
SaltStack Formula to set up and configure Firewalld, dynamically managed firewall with support for network/firewall zones to define the trust level of network connections or interfaces
https://github.com/saltstack-formulas/firewalld-formula/
Readme
429 KiB
Languages
Ruby
37.9%
SaltStack
36.1%
JavaScript
16.3%
Shell
4.9%
Jinja
4.8%