Support fo Ubuntu2404 #26

Merged
kazu634 merged 29 commits from ubuntu2404 into main 2024-11-03 02:03:02 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 44ca217183 - Show all commits

View File

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