Skip to content

Commit 8de0c7e

Browse files
committed
Update data_path to data_log_path in link
1 parent f4b79c1 commit 8de0c7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/vault_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def action_enable
104104
recursive true
105105
end
106106
link log_path do
107-
to data_path
107+
to data_log_path
108108
action :create
109109
end
110110
else

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.3'
9+
version '1002.8.4'
1010

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

0 commit comments

Comments
 (0)