File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,12 @@ def action_enable
9494 new_path = "#{ path } .#{ created_at } "
9595 ::FileUtils . mv ( path , new_path )
9696 end
97+ directory '/data/var/log/vault' do
98+ owner new_resource . user
99+ group new_resource . group
100+ mode '0755'
101+ action :create
102+ end
97103 link '/var/log/vault' do
98104 to ::File . join ( '/data' , '/var/log/vault' )
99105 action :create
Original file line number Diff line number Diff line change 66long_description 'Application cookbook for installing and configuring Vault.'
77issues_url 'https://github.com/johnbellone/vault-cookbook/issues'
88source_url 'https://github.com/johnbellone/vault-cookbook/'
9- version '1002.7.12 '
9+ version '1002.7.13 '
1010
1111supports 'ubuntu' , '>= 12.04'
1212supports 'redhat' , '>= 6.4'
You can’t perform that action at this time.
0 commit comments