unbound-formula/unbound/service/clean.sls

12 lines
306 B
Plaintext
Raw Normal View History

2021-03-31 10:10:43 +02:00
# -*- coding: utf-8 -*-
# vim: ft=sls
{#- Get the `tplroot` from `tpldir` #}
{%- set tplroot = tpldir.split('/')[0] %}
{%- from tplroot ~ "/map.jinja" import mapdata as unbound with context %}
2021-03-31 10:10:43 +02:00
unbound-service-clean-service-dead:
2021-03-31 10:10:43 +02:00
service.dead:
- name: {{ unbound.service.name }}
2021-03-31 10:10:43 +02:00
- enable: False