Added basic package install and service running checks
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine
2023-12-12 13:21:14 -05:00
parent dc230e5449
commit 53c160d56a
7 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
# vim: ft=sls
include:
- .install

View 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 }}