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

merge option #126

Open
cdenneen opened this issue Jul 28, 2017 · 0 comments
Open

merge option #126

cdenneen opened this issue Jul 28, 2017 · 0 comments

Comments

@cdenneen
Copy link
Contributor

cdenneen commented Jul 28, 2017

Is there anyway to allow certain overrides in .sync.yml to merge with config_defaults.yml rather than completely override them?

config_defaults:

.gitlab-ci.yml:
  variables:
    PUPPET_GEM_VERSION: '4.10.1'
    STRICT_VARIABLES: "no"
    BEAKER_VERSION: 'git://github.com/puppetlabs/beaker.git#97b19da'
    PUPPET_INSTALL_TYPE: 'agent'
    PUPPET_INSTALL_VERSION: '1.10.1'

.sync.yml

  variables:
    PUPPET_GEM_VERSION: '5.0.1'

Resulting in everything from config_defaults with the PUPPET_GEM_VERSION overridden to 5.0.1

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

No branches or pull requests

1 participant