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

Produce valid processors configuration #193

Merged
merged 1 commit into from
Oct 1, 2018

Conversation

jamebus
Copy link
Contributor

@jamebus jamebus commented Oct 1, 2018

Great module! I ran into one problem when trying to define processors. It was producing stringified versions of the configuration hashes and arrays instead of valid yaml.

Here's my correction. I'm taking the entire hash and generating the yaml from that.

Thanks!

It’s more reliable to convert the processors hash to yaml than iterate
over it and produce key value pairs.
@pcfens pcfens merged commit ca68224 into pcfens:master Oct 1, 2018
@pcfens
Copy link
Owner

pcfens commented Oct 1, 2018

Thanks - I think we were doing it the iterative way because of weird Ruby behavior that's not shipped with Puppet anymore. I'll try and push a new release to the forge soon.

@jamebus jamebus deleted the processors-config branch October 1, 2018 18:30
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

Successfully merging this pull request may close these issues.

2 participants