jellyfin-formula/jellyfin/package/install.sls
Gregory Ballantine 53c160d56a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Added basic package install and service running checks
2023-12-12 13:21:14 -05:00

10 lines
221 B
Plaintext

# -*- coding: utf-8 -*-
# vim: ft=sls
{%- set tplroot = tpldir.split('/')[0] %}
{%- from tplroot ~ "/map.jinja" import jellyfin with context %}
jellyfin_pkg_install:
pkg.installed:
- name: {{ jellyfin.pkg_name }}