0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2026-05-24 01:42:36 +02:00

feat(suse): enable restart_via_systemd

Signed-off-by: Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
This commit is contained in:
Georg Pfuetzenreuter 2023-11-14 02:56:49 +01:00 committed by Georg Pfuetzenreuter
parent 6317326515
commit 09f73356e0
No known key found for this signature in database
GPG Key ID: 1ED2F138E7E6FF57
3 changed files with 3 additions and 2 deletions

View File

@ -72,6 +72,7 @@ Suse:
install_from_package: git
master:
gitfs_provider: pygit2
restart_via_systemd: true
Gentoo:
salt_master: app-admin/salt

View File

@ -95,7 +95,7 @@ values:
python_dulwich: python-dulwich
python_git: python-git
restart_via_at: false
restart_via_systemd: false
restart_via_systemd: true
retry_options:
attempts: 5
interval: 10

View File

@ -95,7 +95,7 @@ values:
python_dulwich: python-dulwich
python_git: python-git
restart_via_at: false
restart_via_systemd: false
restart_via_systemd: true
retry_options:
attempts: 5
interval: 10