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:
parent
6317326515
commit
09f73356e0
@ -72,6 +72,7 @@ Suse:
|
||||
install_from_package: git
|
||||
master:
|
||||
gitfs_provider: pygit2
|
||||
restart_via_systemd: true
|
||||
|
||||
Gentoo:
|
||||
salt_master: app-admin/salt
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user