Skip to content

Commit

Permalink
fix: ensure apt keyring dir exists (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Dec 3, 2024
1 parent 01d1f13 commit 61a956f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/base/salt.sls
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ salt-repo-key:
- source: https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
- mode: '0644'
- skip_verify: True
- makedirs: True

salt-repo:
pkgrepo.managed:
Expand Down

0 comments on commit 61a956f

Please sign in to comment.