jellyfin-formula/jellyfin/service/running.sls
Gregory Ballantine c7d508640a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Removed calls to config SLS states
2023-12-12 13:38:31 -05:00

12 lines
269 B
Plaintext

# -*- coding: utf-8 -*-
# vim: ft=sls
{%- set tplroot = tpldir.split('/')[0] %}
{%- from tplroot ~ "/map.jinja" import jellyfin with context %}
jellyfin_service:
service.running:
- name: {{ jellyfin.service_name }}
- enable: {{ jellyfin.service_enabled }}