Skip to content

Commit

Permalink
Skip minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Dec 6, 2024
1 parent 0a7d8a5 commit 3996184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions salt/default/minimal.sls
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% if 'paygo' not in grains.get('product_version', '') %}
include:
{% if grains['hostname'] and grains['domain'] %}
- default.hostname
Expand Down Expand Up @@ -39,3 +40,4 @@ minimal_package_update:
{% endif %}
- order: last
{% endif %}
{% endif %}
2 changes: 1 addition & 1 deletion salt/top.sls
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ base:
'roles:salt_testenv':
- match: grain
- salt_testenv
{% endif %}
{% endif %}

0 comments on commit 3996184

Please sign in to comment.