Skip to content

Commit 2123431

Browse files
committed
Test: another transactional detection
1 parent 975d7ee commit 2123431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/repos/init.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include:
1919
{% endif %}
2020
- repos.additional
2121

22-
{% if grains['os'] == 'SUSE' and grains['osfullname'] not in ['SLE Micro', 'SL-Micro'] %}
22+
{% if not grains.get('transactional', False) %}
2323
refresh_repos:
2424
cmd.run:
2525
- name: zypper --non-interactive --gpg-auto-import-keys refresh --force; exit 0

0 commit comments

Comments
 (0)