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

Fix for issue #58, issue #83 and Issue #87 #88

Merged
merged 5 commits into from
Jul 17, 2014

Conversation

praste
Copy link
Contributor

@praste praste commented Jul 16, 2014

This resolves #58 and also resolves #83 and also resolves #87

Fix I came up for issue #58 is pretty similar to one submitted before. If you think it is not the right way to fix it, you can discard commits e506877 and 8266239.

Pushkar Raste and others added 5 commits June 9, 2014 13:30
… exception is thrown if data bag is not found.

Chef does do good job of handling absence of data bag (or data bag item)
2. Changes to settings LWRP to allow value to be another nested hash (json)   e.g. if you want to update HTTP Proxy Host for nexus repository you need to set property 'remoteProxySettings' to value '{"httpProxySettings" => {"proxyHostname" => "proxy.com", "proxyPort" => 81 }}'. Lo
gic with JsonPath and gsub doesn't seem to handle cases like this.
2. Updated documentation to enhanced settings functionality (to all value of element to be a Hash structure for nested elements)
@KAllan357
Copy link
Contributor

Thanks for supporting Berkshelf 3. 👍

KAllan357 added a commit that referenced this pull request Jul 17, 2014
Fix for issue #58, issue #83 and Issue #87
@KAllan357 KAllan357 merged commit 6a791c1 into RiotGamesCookbooks:master Jul 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for setting complex attributes on Nexus server Documentation for nexus_repository is out of date
2 participants