mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
1c1578799d
sls/util: some utils were moved from core.
16 lines
299 B
Plaintext
16 lines
299 B
Plaintext
include:
|
|
- lib.ldns
|
|
|
|
ldns-utils:
|
|
pkg.latest:
|
|
- pkgs:
|
|
- net-dns/ldns-utils: "[ecdsa,dane,ssl]"
|
|
{% if grains['osarch'].startswith('arm') %}
|
|
portage_config.flags:
|
|
- name: net-dns/ldns-utils
|
|
- accept_keywords:
|
|
- ~arm
|
|
- watch_in:
|
|
- pkg: ldns-utils
|
|
{% endif %}
|