Skip to content
Snippets Groups Projects
Commit 9780f941 authored by skorpy's avatar skorpy :construction_worker:
Browse files

salt/minion.sls: set killmode=process for salt-minion,

parent be000511
Branches
No related tags found
1 merge request!302salt: set killmode=process for salt-minion, so it doesn't kill the forked…
Pipeline #
......@@ -14,3 +14,10 @@ salt-minion:
- source: salt://salt/files/minion.d
# cannot clean because the salt-minion recreates /etc/salt/minion.d/_schedule.conf so it would always be unclean
# - clean: True
# deploy killmode workaround to fix broken minion upgrades
# https://github.com/saltstack/salt/issues/7997#issuecomment-160913751
/etc/systemd/system/salt-minion.service.d/killmode.conf:
file.managed:
- source: salt://salt/files/killmode.conf
- makedirs: True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment