Skip to content

Commit

Permalink
Merge pull request #11370 from CoreyCook8/patch-1
Browse files Browse the repository at this point in the history
Remove kubernetes hardcoded solution for templated service_debug rules
  • Loading branch information
yuumasato authored Mar 26, 2024
2 parents ada2be3 + 2ebd379 commit 5d2b664
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.

This file was deleted.

8 changes: 6 additions & 2 deletions shared/macros/01-general.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,12 @@ JINJA MACRO ERROR - Unknown init system '{{{ init_system }}}'.
version: 3.1.0
systemd:
units:
- enabled: false
name: {{{ service }}}.service
- name: {{{ service }}}.service
enabled: false
mask: true
- name: {{{ service }}}.socket
enabled: false
mask: true
</pre>
<p>
This will disable the <tt>{{{ service }}}</tt> service in all the
Expand Down

0 comments on commit 5d2b664

Please sign in to comment.