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
set r10k::sources: to include "ignore_branch_prefixes: - master" (for example) either in hiera or passed into the class
correctly formatted list item in /etc/puppetlabs/r10k/r10k.yaml eg: ignore_branch_prefixes: - master
This is the incorrect formatting for the r10k.yaml configuration, but is the correct puppet formatting.
not so much expect - more would like to achieve, have a correctly formatted r10k configuration for ignore_branche_prefixes
ignore_branch_prefixes: - 'master'
to include the quotes.
done a little work on this - and so far personally failed, just need support / direction to be able to contribute to this.
The text was updated successfully, but these errors were encountered:
user error / incorrect r10k version to be compatible with the module, feature not required.
Sorry, something went wrong.
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
set r10k::sources: to include "ignore_branch_prefixes: - master" (for example) either in hiera or passed into the class
What are you seeing
correctly formatted list item in /etc/puppetlabs/r10k/r10k.yaml
eg:
ignore_branch_prefixes:
- master
This is the incorrect formatting for the r10k.yaml configuration, but is the correct puppet formatting.
What behaviour did you expect instead
not so much expect - more would like to achieve, have a correctly formatted r10k configuration for ignore_branche_prefixes
to include the quotes.
Output log
Any additional information you'd like to impart
done a little work on this - and so far personally failed, just need support / direction to be able to contribute to this.
The text was updated successfully, but these errors were encountered: