update ldap secret perms
This commit is contained in:
parent
0d1cc51818
commit
54c210e141
2 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,7 @@ EOH
|
|||
|
||||
template {
|
||||
destination = "local/ldap.secret"
|
||||
perms = "600"
|
||||
data = "{{ key \"api/ldap/secret\" }}" # this is necessary as the secret has no EOF
|
||||
}
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ job "brickbot2" {
|
|||
|
||||
template {
|
||||
destination = "local/ldap.secret"
|
||||
perms = "600"
|
||||
data = "{{ key \"api/ldap/secret\" }}" # this is necessary as the secret has no EOF
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue