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

Commits on Jun 9, 2014

  1. Add exception hanlding for 'Chef::Exceptions::ValidationFailed'. This…

    … exception is thrown if data bag is not found.
    
    Chef does do good job of handling absence of data bag (or data bag item)
    Pushkar Raste committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    e506877 View commit details
    Browse the repository at this point in the history
  2. Added error handling for missing item from Vault

    Pushkar Raste committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    8266239 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2014

  1. 1. Fixed Berksfile syntax

    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.
    praste committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    54e029f View commit details
    Browse the repository at this point in the history
  2. Removed bad test code

    praste committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    8bbfe06 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2014

  1. 1. Fixed documentation for repositories management

    2. Updated documentation to enhanced settings functionality (to all value of element to be a Hash structure for nested elements)
    Pushkar Raste committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    ef8ca91 View commit details
    Browse the repository at this point in the history