Skip to content

Commit

Permalink
Merge pull request #31 from Roblox/fix_data_path_bug
Browse files Browse the repository at this point in the history
Update data_path to data_log_path in link
  • Loading branch information
roberteckert authored Sep 17, 2024
2 parents 68b8b2d + 8de0c7e commit d04bc28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/vault_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def action_enable
recursive true
end
link log_path do
to data_path
to data_log_path
action :create
end
else
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.3'
version '1002.8.4'

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

0 comments on commit d04bc28

Please sign in to comment.