Skip to content

Commit

Permalink
Merge pull request #29 from Roblox/recursive_dir_creation_for_data_va…
Browse files Browse the repository at this point in the history
…r_log_vault

Create parent directories for log dir if /data exists
  • Loading branch information
roberteckert authored Sep 16, 2024
2 parents 0a2f84d + 62bd77d commit f47d116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libraries/vault_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def action_enable
group new_resource.group
mode '0750'
action :create
recursive true
end
link log_path do
to data_path
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description 'Application cookbook for installing and configuring Vault.'
issues_url 'https://github.com/johnbellone/vault-cookbook/issues'
source_url 'https://github.com/johnbellone/vault-cookbook/'
version '1002.8.1'
version '1002.8.2'

supports 'ubuntu', '>= 12.04'
supports 'redhat', '>= 6.4'
Expand Down

0 comments on commit f47d116

Please sign in to comment.