Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Install Issues #42

Merged
merged 3 commits into from
Mar 4, 2016
Merged

Conversation

Ginja
Copy link
Contributor

@Ginja Ginja commented Mar 3, 2016

  • Re-named prefix from vault to hashicorp-vault to fix inversion error
  • Added attributes to vault_config
  • Re-worked to_json method to place configs in appropriate sections
  • Fixed incorrect method call in vault_installation_binary provider
  • Added vault 0.5.1 checksums
  • Added 'server' arguement to service.command

Ginja added 2 commits March 2, 2016 17:27
* Re-named prefix from vault to hashicorp-vault to fix inversion error
* Added attributes to vault_config
* Re-worked to_json method to place configs in appropriate sections
* Fixed incorrect method call in vault_installation_binary provider
* Added vault 0.5.1 checksums
* Added 'server' arguement to service.command
@Ginja
Copy link
Contributor Author

Ginja commented Mar 3, 2016

Fully expecting the spec tests to fail at this point.


def tls?
return true unless %w{1 true}.include?(tls_disable) && manage_certificate

if manage_certificate

This comment was marked as outdated.

The evaluation of the manage_certificate property didn't belong in the
same method that determines whether or not we're using TLS with vault.
A user may want to implement certificate management in their wrapper
cookbook.
johnbellone added a commit that referenced this pull request Mar 4, 2016
@johnbellone johnbellone merged commit 022d6a3 into sous-chefs:master Mar 4, 2016
@lock
Copy link

lock bot commented May 19, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators May 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants