Merge pull request 'fix: restart vault-unseal' (#122) from neoloc/vault_unseal_on_change into develop
Reviewed-on: unkinben/puppet-prod#122
This commit is contained in:
commit
974c8ce71d
@ -32,6 +32,6 @@ class profiles::vault::unseal (
|
||||
active => true,
|
||||
enable => true,
|
||||
require => File['/usr/local/bin/vault-unseal.sh'],
|
||||
subscribe => Service['vault'],
|
||||
subscribe => [Service['vault'],File['/etc/vault/unseal_keys']],
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user