We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there anyway to allow certain overrides in .sync.yml to merge with config_defaults.yml rather than completely override them?
.sync.yml
config_defaults.yml
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'
variables: PUPPET_GEM_VERSION: '5.0.1'
Resulting in everything from config_defaults with the PUPPET_GEM_VERSION overridden to 5.0.1
PUPPET_GEM_VERSION
5.0.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there anyway to allow certain overrides in
.sync.yml
to merge withconfig_defaults.yml
rather than completely override them?config_defaults:
.sync.yml
Resulting in everything from config_defaults with the
PUPPET_GEM_VERSION
overridden to5.0.1
The text was updated successfully, but these errors were encountered: