8000 Update site xml with Generated value · Issue #1318 · bloomberg/chef-bach · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.
This repository was archived by the owner on Jan 8, 2019. It is now read-only.
Update site xml with Generated value #1318
Open
@bijugs

Description

@bijugs

For e.g. here

site_xml = node['bcpc']['hadoop']['hbase']['site_xml']
complete_hbase_site_hash = generated_values.merge(site_xml)

should be

site_xml = node['bcpc']['hadoop']['hbase']['site_xml']
complete_hbase_site_hash = site_xml.merge(generated_values)

so that if there are any duplicates then value from generated_values in the recipe will be used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0