GitHub user grkvlt opened a pull request:

    https://github.com/apache/incubator-brooklyn/pull/123

    Add type coercion from Map to ProxySslConfig

    Adds a new type coercion that converts the `Map` data generated from a YAML 
config into a `ProxySslConfig` object. Expects data like this:
    
    ```JS
    - serviceType: brooklyn.entity.proxy.nginx.NginxController
      id: nginx
      brooklyn.config:
        ssl:
          certificateSourceUrl: "classpath://server.crt"
          keySourceUrl: "classpath://server.key"
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/grkvlt/incubator-brooklyn 
enhancement/proxysslconfig-coercion

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-brooklyn/pull/123.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #123
    
----
commit 086fb357eff6b64eaaabe03ed012339649ea74f0
Author: Andrew Kennedy <[email protected]>
Date:   2014-08-18T11:09:59Z

    Add type coercion from Map to ProxySslConfig

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to