ci(kitchen): disable systemd-resolved
This commit is contained in:
parent
5952aa24aa
commit
fdf22539aa
@ -321,6 +321,7 @@ suites:
|
|||||||
state_top:
|
state_top:
|
||||||
base:
|
base:
|
||||||
'*':
|
'*':
|
||||||
|
- unbound._test_dependencies
|
||||||
- unbound._mapdata
|
- unbound._mapdata
|
||||||
- unbound
|
- unbound
|
||||||
pillars:
|
pillars:
|
||||||
|
6
unbound/_test_dependencies.sls
Normal file
6
unbound/_test_dependencies.sls
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{%- if grains['os'] == 'Ubuntu' %}
|
||||||
|
unbound-_test_dependencies-stop-systemd-resolved:
|
||||||
|
service.dead:
|
||||||
|
- name: systemd-resolved
|
||||||
|
- enable: False
|
||||||
|
{%- endif %}
|
Loading…
Reference in New Issue
Block a user