mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-08-01 16:05:49 +02:00
feat(suse): enable restart_via_systemd
Signed-off-by: Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user