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 68b8b2d + 8de0c7e commit d04bc28Copy full SHA for d04bc28
libraries/vault_service.rb
@@ -104,7 +104,7 @@ def action_enable
104
recursive true
105
end
106
link log_path do
107
- to data_path
+ to data_log_path
108
action :create
109
110
else
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.3'
+version '1002.8.4'
10
11
supports 'ubuntu', '>= 12.04'
12
supports 'redhat', '>= 6.4'
0 commit comments