updated dkron state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2024-11-30 13:13:22 +01:00
parent 683360a235
commit 6478350a5e
2 changed files with 10 additions and 0 deletions

View File

@ -7,7 +7,10 @@ dkron:
version: 3.0.5
os: linux
arch: amd64
uid: 904
gid: 904
runuser: dkron
rungroup: dkron
user: user
password: password
url: http://localhost:8898

View File

@ -1,8 +1,15 @@
---
{%- from "dkron/map.jinja" import dkron with context %}
dkron-group:
group.present:
- name: {{ dkron.rungroup }}
- gid: {{ dkron.gid }}
dkron-user:
user.present:
- name: {{ dkron.runuser }}
- uid: {{ dkron.uid }}
- gid: {{ dkron.gid }}
- shell: /bin/nologin
dkron-archive-extract: