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

(MODULES-6818) Fix types to no longer use unsupported proc title patterns #159

Merged
merged 1 commit into from
Mar 12, 2018

Conversation

treydock
Copy link
Contributor

This change will fix errors when running puppet generate types

Errors:

Error: /etc/puppetlabs/code/environments/production/modules/registry/lib/puppet/type/registry_key.rb: title patterns that use procs are not supported.
Error: /etc/puppetlabs/code/environments/production/modules/registry/lib/puppet/type/registry_value.rb: title patterns that use procs are not supported.

…erns

This change will fix errors when running `puppet generate types`

Errors:
```
Error: /etc/puppetlabs/code/environments/production/modules/registry/lib/puppet/type/registry_key.rb: title patterns that use procs are not supported.
Error: /etc/puppetlabs/code/environments/production/modules/registry/lib/puppet/type/registry_value.rb: title patterns that use procs are not supported.
```
@glennsarti glennsarti merged commit 4edaf0e into puppetlabs:master Mar 12, 2018
@glennsarti
Copy link
Contributor

@treydock Thanks for the PR and ticket!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants