Reload the config after updating the config file.

This commit is contained in:
Kazuhiro MUSASHI 2024-07-15 21:27:23 +09:00
parent 7d65474067
commit 44ca217183
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ template '/etc/vault.d/vault.hcl' do
mode '600'
variables(HOSTNAME: node['vault']['hostname'], IPADDR: node['vault']['ipaddr'], IPS: node['vault']['ips'])
notifies :restart, 'service[vault]'
end
directory '/etc/vault.d/policies' do