diff --git a/libraries/vault_service.rb b/libraries/vault_service.rb index 8a28196..845defd 100644 --- a/libraries/vault_service.rb +++ b/libraries/vault_service.rb @@ -100,6 +100,7 @@ def action_enable group new_resource.group mode '0750' action :create + recursive true end link log_path do to data_path diff --git a/metadata.rb b/metadata.rb index 3a8d30f..56bf492 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.1' +version '1002.8.2' supports 'ubuntu', '>= 12.04' supports 'redhat', '>= 6.4'