blob: 6f9da6b0980f8a6d7b9e3b72736bb139f16bfce2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Tests: kdig
Restrictions: skippable
{%- if distro.match('deb') %}
Depends: iputils-ping, ca-certificates
{%- elif distro.match('rpm') %}
Depends: iputils
{%- endif %}
Tests: authoritative-server
Depends: findutils
|