fixes consul kv templating
This commit is contained in:
parent
6b28f589d8
commit
2bb2533bef
1 changed files with 4 additions and 4 deletions
|
@ -67,11 +67,11 @@ job "dcufm" {
|
||||||
</limits>
|
</limits>
|
||||||
|
|
||||||
<authentication>
|
<authentication>
|
||||||
<source-password>{{ key dcufm/passwords/source }}</source-password>
|
<source-password>{{ key "dcufm/passwords/source" }}</source-password>
|
||||||
<relay-password>{{ key dcufm/passwords/relay }}</relay-password>
|
<relay-password>{{ key "dcufm/passwords/relay" }}</relay-password>
|
||||||
|
|
||||||
<admin-user>{{ key dcufm/users/admin }}</admin-user>
|
<admin-user>{{ key "dcufm/users/admin" }}</admin-user>
|
||||||
<admin-password>{{ key dcufm/passwords/admin }}</admin-password>
|
<admin-password>{{ key "dcufm/passwords/admin" }}</admin-password>
|
||||||
</authentication>
|
</authentication>
|
||||||
|
|
||||||
<hostname>dcufm.redbrick.dcu.ie</hostname>
|
<hostname>dcufm.redbrick.dcu.ie</hostname>
|
||||||
|
|
Loading…
Reference in a new issue