Skip to content

Commit

Permalink
Disable salt for paygo
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Dec 6, 2024
1 parent 5e65a68 commit 0a7d8a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/top.sls
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base:
{% if 'paygo' not in grains.get('product_version', '') %}
'*':
- default

Expand Down Expand Up @@ -61,3 +62,4 @@ base:
'roles:salt_testenv':
- match: grain
- salt_testenv
{% endif %}

0 comments on commit 0a7d8a5

Please sign in to comment.