mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-09-25 10:14:22 +02:00
The conditionnal on `ensure dig is available` does not work on Arch since the `which` command does not exists. As the `pkg.installed` state is idempotent, we don't need an extra check which depends on the environment. The `dig` utility is provided by `bind` on Arch and no more by `bind-tools`.