Skip to content

Commit 5f299fa

Browse files
committed
fix: add missing conditional close
1 parent df6aa90 commit 5f299fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/base/salt.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ remove_old_salt_repo:
3535

3636
salt-repo:
3737
pkgrepo.managed:
38-
{# https://saltproject.io/blog/salt-project-package-repo-migration-and-guidance/ #}
3938
{% if grains["oscodename"] in ["jammy", "noble"] %}
4039
- name: deb [signed-by=/etc/apt/keyrings/salt-archive-keyring-2024.pgp arch={{ grains["osarch"] }}] https://packages.broadcom.com/artifactory/saltproject-deb/ stable main
4140
- key_url: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
4241
- aptkey: False
4342
- file: /etc/apt/sources.list.d/salt.list
4443
{% endif %}
44+
{% endif %}
4545

4646

4747
{% if salt["match.compound"](pillar["roles"]["salt-master"]["pattern"]) %}

0 commit comments

Comments
 (0)