Removed calls to config SLS states
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2023-12-12 13:38:31 -05:00
parent df7ce1df3c
commit c7d508640a

View File

@ -2,12 +2,8 @@
# vim: ft=sls
{%- set tplroot = tpldir.split('/')[0] %}
{%- set sls_config_file = tplroot ~ '.config.file' %}
{%- from tplroot ~ "/map.jinja" import jellyfin with context %}
include:
- {{ sls_config_file }}
jellyfin_service:
service.running:
- name: {{ jellyfin.service_name }}