We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a2f84d + 62bd77d commit f47d116Copy full SHA for f47d116
libraries/vault_service.rb
@@ -100,6 +100,7 @@ def action_enable
100
group new_resource.group
101
mode '0750'
102
action :create
103
+ recursive true
104
end
105
link log_path do
106
to data_path
metadata.rb
@@ -6,7 +6,7 @@
6
long_description 'Application cookbook for installing and configuring Vault.'
7
issues_url 'https://github.com/johnbellone/vault-cookbook/issues'
8
source_url 'https://github.com/johnbellone/vault-cookbook/'
9
-version '1002.8.1'
+version '1002.8.2'
10
11
supports 'ubuntu', '>= 12.04'
12
supports 'redhat', '>= 6.4'
0 commit comments