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

Support for rewriting hiera datadir from multiple backends #32

Merged

Commits on Dec 8, 2016

  1. Support for rewriting hiera datadir from multiple backends

    When using hiera-eyaml with a hiera.yaml like:
    ~~~yaml
    ---
    :backends:
      - eyaml
      - yaml
    :eyaml:
      :datadir: '/etc/puppet/code/environments/production/hieradata'
    :yaml:
      :datadir: '/etc/puppet/code/environments/production/hieradata'
    ...
    ~~~
    
    Octocatalog-diff was rewriting only the yaml (and/or json) datadir
    and not other backends datadir.
    
    This changes rewrites all datadir from all declared backends.
    
    Signed-off-by: Brice Figureau <brice@daysofwonder.com>
    Brice Figureau committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    d9b4ed2 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Configuration menu
    Copy the full SHA
    870201f View commit details
    Browse the repository at this point in the history