Skip to content

Commit f47d116

Browse files
authored
Merge pull request #29 from Roblox/recursive_dir_creation_for_data_var_log_vault
Create parent directories for log dir if /data exists
2 parents 0a2f84d + 62bd77d commit f47d116

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libraries/vault_service.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def action_enable
100100
group new_resource.group
101101
mode '0750'
102102
action :create
103+
recursive true
103104
end
104105
link log_path do
105106
to data_path

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
long_description 'Application cookbook for installing and configuring Vault.'
77
issues_url 'https://github.com/johnbellone/vault-cookbook/issues'
88
source_url 'https://github.com/johnbellone/vault-cookbook/'
9-
version '1002.8.1'
9+
version '1002.8.2'
1010

1111
supports 'ubuntu', '>= 12.04'
1212
supports 'redhat', '>= 6.4'

0 commit comments

Comments
 (0)