Removed calls to config SLS states
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
df7ce1df3c
commit
c7d508640a
@ -2,12 +2,8 @@
|
|||||||
# vim: ft=sls
|
# vim: ft=sls
|
||||||
|
|
||||||
{%- set tplroot = tpldir.split('/')[0] %}
|
{%- set tplroot = tpldir.split('/')[0] %}
|
||||||
{%- set sls_config_file = tplroot ~ '.config.file' %}
|
|
||||||
{%- from tplroot ~ "/map.jinja" import jellyfin with context %}
|
{%- from tplroot ~ "/map.jinja" import jellyfin with context %}
|
||||||
|
|
||||||
include:
|
|
||||||
- {{ sls_config_file }}
|
|
||||||
|
|
||||||
jellyfin_service:
|
jellyfin_service:
|
||||||
service.running:
|
service.running:
|
||||||
- name: {{ jellyfin.service_name }}
|
- name: {{ jellyfin.service_name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user