feat: update vault url (#291)
Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/291
This commit is contained in:
parent
6dcc7343e0
commit
89a0f329d8
@ -91,7 +91,7 @@ profiles::rundeck::server::key_storage_config:
|
|||||||
path: 'vault'
|
path: 'vault'
|
||||||
config:
|
config:
|
||||||
prefix: 'rundeck'
|
prefix: 'rundeck'
|
||||||
address: https://vault.query.consul:8200
|
address: https://vault.service.consul:8200
|
||||||
storageBehaviour: 'vault'
|
storageBehaviour: 'vault'
|
||||||
secretBackend: rundeck
|
secretBackend: rundeck
|
||||||
engineVersion: '2'
|
engineVersion: '2'
|
||||||
|
|||||||
@ -37,7 +37,7 @@ profiles::puppet::gems::puppet:
|
|||||||
- 'hiera-eyaml'
|
- 'hiera-eyaml'
|
||||||
|
|
||||||
profiles::helpers::certmanager::vault_config:
|
profiles::helpers::certmanager::vault_config:
|
||||||
addr: 'https://vault.query.consul:8200'
|
addr: 'https://vault.service.consul:8200'
|
||||||
mount_point: 'pki_int'
|
mount_point: 'pki_int'
|
||||||
approle_path: 'approle'
|
approle_path: 'approle'
|
||||||
role_name: 'servers_default'
|
role_name: 'servers_default'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user