Added basic package install and service running checks
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:
6
jellyfin/package/init.sls
Normal file
6
jellyfin/package/init.sls
Normal file
@ -0,0 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=sls
|
||||
|
||||
include:
|
||||
- .install
|
||||
|
9
jellyfin/package/install.sls
Normal file
9
jellyfin/package/install.sls
Normal file
@ -0,0 +1,9 @@
|
||||
# -*- 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 }}
|
||||
|
Reference in New Issue
Block a user