fix: restart vault-unseal

- restart vault-unseal when the unseal keys change
This commit is contained in:
Ben Vincent 2024-02-25 21:23:43 +11:00
parent 8112c07ba8
commit d1f5d3c09e

View File

@ -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']],
}
}