unbound-formula/unbound/package/clean.sls

17 lines
424 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_config_clean = tplroot ~ '.config.clean' %}
{%- from tplroot ~ "/map.jinja" import mapdata as unbound with context %}
2021-03-31 10:10:43 +02:00
include:
- {{ sls_config_clean }}
unbound-package-clean-pkg-removed:
2021-03-31 10:10:43 +02:00
pkg.removed:
- name: {{ unbound.pkg.name }}
2021-03-31 10:10:43 +02:00
- require:
- sls: {{ sls_config_clean }}