nsd-formula/nsd/service/clean.sls

12 lines
294 B
Plaintext
Raw Normal View History

2021-04-01 23:00:17 +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 nsd with context %}
2021-04-01 23:00:17 +02:00
nsd-service-clean-service-dead:
2021-04-01 23:00:17 +02:00
service.dead:
- name: {{ nsd.service.name }}
2021-04-01 23:00:17 +02:00
- enable: False