Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(salt-lint): ignore violation [skip ci]
``` [213] SaltStack recommends using cmd.run together with onchanges, rather than cmd.wait exim/config/aliases.sls:57 cmd.wait: ``` Usually fix: * `cmd.wait` + `watch` To: * `cmd.run` + `onchanges` But this code doesn't use that construction, so leaving as-is.
- Loading branch information