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 7d6b40b commit 2dcd98aCopy full SHA for 2dcd98a
pillar/dev/secrets/fastly.sls
@@ -1,3 +1,5 @@
1
fastly:
2
- token: "1"
+ tokens: |
3
+ 1
4
+ 2
5
api_key: fakekey
salt/haproxy/init.sls
@@ -37,7 +37,7 @@ haproxy:
37
38
/etc/haproxy/fastly_token:
39
file.managed:
40
- - contents_pillar: fastly:token
+ - contents_pillar: fastly:tokens
41
- user: root
42
- group: root
43
- mode: "0640"
0 commit comments