Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
cee489d4
Commit
cee489d4
authored
Jul 03, 2015
by
Justin Santa Barbara
Committed by
Tim Hockin
Jul 08, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Salt: have kube-addons service depend on init file
For symmetry with systemd
parent
191528b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
init.sls
cluster/saltbase/salt/kube-addons/init.sls
+4
-2
No files found.
cluster/saltbase/salt/kube-addons/init.sls
View file @
cee489d4
...
@@ -158,5 +158,6 @@ kube-addons:
...
@@ -158,5 +158,6 @@ kube-addons:
- watch:
- watch:
{% if pillar.get('is_systemd') %}
{% if pillar.get('is_systemd') %}
- file: {{ pillar.get('systemd_system_path') }}/kube-addons.service
- file: {{ pillar.get('systemd_system_path') }}/kube-addons.service
{% endif %}
{% else %}
- file: /etc/init.d/kube-addons
{% endif %}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment