Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a40d3 commit 00c936bCopy full SHA for 00c936b
apt/repositories.sls
@@ -69,6 +69,8 @@
69
the latter will be used. #}
70
{% if args.key_url is defined %}
71
- key_url: {{ args.key_url }}
72
+ {% elif args.key_text is defined %}
73
+ - key_text: {{ args.key_text }}
74
{% elif args.keyid is defined %}
75
- keyid: {{ args.keyid }}
76
- keyserver: {{ r_keyserver }}
test/salt/pillar/repositories.pillar.sls
@@ -8,7 +8,7 @@ apt:
8
url: http://repository.spotify.com
9
arch: [amd64]
10
comps: [non-free]
11
- keyid: 931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90
+ keyid: 2EBF997C15BDA244B6EBF5D84773BD5E130D1D45
12
keyserver: keyserver.ubuntu.com
13
heroku:
14
distro: ./
0 commit comments