nsd-formula/nsd/service/running.sls

18 lines
453 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] %}
{%- set sls_config_file = tplroot ~ '.config.file' %}
{%- from tplroot ~ "/map.jinja" import mapdata as nsd with context %}
2021-04-01 23:00:17 +02:00
include:
- {{ sls_config_file }}
nsd-service-running-service-running:
2021-04-01 23:00:17 +02:00
service.running:
- name: {{ nsd.service.name }}
2021-04-01 23:00:17 +02:00
- enable: True
- require:
- cmd: nsd-service-control-setup-control