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 1 additions and 1 deletions
Showing only changes of commit 7d65474067 - Show all commits

View File

@ -2,7 +2,7 @@
template '/etc/vault.d/vault.hcl' do
owner 'vault'
group 'vault'
mode '644'
mode '600'
variables(HOSTNAME: node['vault']['hostname'], IPADDR: node['vault']['ipaddr'], IPS: node['vault']['ips'])
end