unbound-formula/unbound/subcomponent/config/clean.sls

17 lines
454 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] %}
{%- set sls_service_clean = tplroot ~ '.service.clean' %}
{%- from tplroot ~ "/map.jinja" import mapdata as unbound with context %}
2021-03-31 10:10:43 +02:00
include:
- {{ sls_service_clean }}
unbound-subcomponent-config-clean-file-absent:
2021-03-31 10:10:43 +02:00
file.absent:
- name: {{ unbound.subcomponent.config }}
2021-03-31 10:10:43 +02:00
- watch_in:
- sls: {{ sls_service_clean }}