Change mode of `/etc/vault.d/vault.hcl`.

This commit is contained in:
Kazuhiro MUSASHI 2024-07-15 18:49:42 +09:00
parent d11206e3c2
commit 7d65474067
1 changed files with 1 additions and 1 deletions

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