Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
salt-state
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FFFFM
salt-state
Commits
9780f941
There was a problem fetching the pipeline summary.
Commit
9780f941
authored
7 years ago
by
skorpy
Browse files
Options
Downloads
Patches
Plain Diff
salt/minion.sls: set killmode=process for salt-minion,
parent
be000511
Branches
Branches containing commit
No related tags found
1 merge request
!302
salt: set killmode=process for salt-minion, so it doesn't kill the forked…
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
salt/minion.sls
+7
-0
7 additions, 0 deletions
salt/minion.sls
with
7 additions
and
0 deletions
salt/minion.sls
+
7
−
0
View file @
9780f941
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment