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

fixing default attributes based on HWRP #3

Merged
merged 1 commit into from
Jul 31, 2015

Conversation

zarry
Copy link
Contributor

@zarry zarry commented Jul 31, 2015

There were two default attributes that might have been missed on the last rework of the vault_config HWRP.

attribute(:address, kind_of: String) # formerly :listen_address

attribute(:tls_disable, kind_of: String, default: "")

Based on this information I removed the tls_disable default as it was a bool and we are expecting a string, in addition we default that string in the provider.

listen_address was also updated based on the comments.

As always, great work on this cookbook @johnbellone.

@acaiafa
Copy link
Contributor

acaiafa commented Jul 31, 2015

Commit looks good to me. The tests failing are not relevant to this PR.

acaiafa added a commit that referenced this pull request Jul 31, 2015
fixing default attributes based on HWRP
@acaiafa acaiafa merged commit 9935993 into sous-chefs:master Jul 31, 2015
@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