Skip to content

Commit

Permalink
fix: exclude Mirage kernel templates from updates
Browse files Browse the repository at this point in the history
When targeting all templates to be updated, it fails on unsupported
templates. Avoid having a non-zero exit code.
  • Loading branch information
ben-grande committed Nov 20, 2024
1 parent 076a242 commit 0508199
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions salt/sys-mirage-firewall/create.sls
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ prefs:
- kernel: mirage-firewall
- kernelopts: ""
- include_in_backups: False
features:
- enable:
- skip-update
{%- endload %}
{{ load(defaults) }}
Expand Down

0 comments on commit 0508199

Please sign in to comment.