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

Enhancement Request: Support ignore_branch_prefixes in config hash / seperate #556

Closed
ikonia opened this issue Jun 9, 2021 · 1 comment

Comments

@ikonia
Copy link

ikonia commented Jun 9, 2021

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 6.X -> 7.X
  • Ruby: N/A
  • Distribution: RHEL/EL 7/8 + Debian 10 + Ubuntu 20.04
  • Module version: 9.0.0

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

ignore_branch_prefixes:
  -  'master'

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.

@ikonia ikonia closed this as completed Jan 27, 2022
@ikonia
Copy link
Author

ikonia commented Jan 27, 2022

user error / incorrect r10k version to be compatible with the module, feature not required.

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