Skip to content

Commit

Permalink
fix(repositories): update spotify repo key
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Aug 7, 2019
1 parent e7a40d3 commit 00c936b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apt/repositories.sls
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
the latter will be used. #}
{% if args.key_url is defined %}
- key_url: {{ args.key_url }}
{% elif args.key_text is defined %}
- key_text: {{ args.key_text }}
{% elif args.keyid is defined %}
- keyid: {{ args.keyid }}
- keyserver: {{ r_keyserver }}
Expand Down
2 changes: 1 addition & 1 deletion test/salt/pillar/repositories.pillar.sls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apt:
url: http://repository.spotify.com
arch: [amd64]
comps: [non-free]
keyid: 931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90
keyid: 2EBF997C15BDA244B6EBF5D84773BD5E130D1D45
keyserver: keyserver.ubuntu.com
heroku:
distro: ./
Expand Down

0 comments on commit 00c936b

Please sign in to comment.