Imran Iqbal 3a61e7de16
chore(salt-lint): ignore violation [skip ci]
```
[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.
2022-02-12 23:36:27 +00:00
2021-06-22 21:15:47 +00:00
2021-06-22 21:15:47 +00:00
2021-06-22 21:15:47 +00:00
2021-06-22 21:15:47 +00:00
2018-08-25 19:05:21 -03:00
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%