jellyfin-formula/jellyfin/package/install.sls

10 lines
221 B
Plaintext
Raw Normal View History

# -*- 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 }}