Browse Source

fix(repositories): update spotify repo key

tags/v0.9.0
Imran Iqbal 5 years ago
parent
commit
00c936b023
No account linked to committer's email address
2 changed files with 3 additions and 1 deletions
  1. +2
    -0
      apt/repositories.sls
  2. +1
    -1
      test/salt/pillar/repositories.pillar.sls

+ 2
- 0
apt/repositories.sls View File

@@ -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 }}

+ 1
- 1
test/salt/pillar/repositories.pillar.sls View File

@@ -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: ./

Loading…
Cancel
Save