diff --git a/libraries/vault_service.rb b/libraries/vault_service.rb index 714b98c..d7aca83 100644 --- a/libraries/vault_service.rb +++ b/libraries/vault_service.rb @@ -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 diff --git a/metadata.rb b/metadata.rb index 950cf72..d244925 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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'