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

Fix errors with the future parser. #206

Merged
merged 1 commit into from Jul 11, 2014
Merged

Fix errors with the future parser. #206

merged 1 commit into from Jul 11, 2014

Conversation

bobtfish
Copy link
Contributor

The future parser doesn't like variables with a leading underscore.

This change fixes errors like:

Error: Illegal name. The given name ensure does not conform to the naming rule \A((::)?[a-z0-9]w)(::[a-z0-9]w_)*\z at /etc/puppet/vendor/modules/concat/manifests/fragment.pp:57:5

Error: Illegal name. The given name _ensure does not conform to the naming rule \A((::)?[a-z0-9]w*)(::[a-z0-9]w*)*\z at /etc/puppet/vendor/modules/concat/manifests/fragment.pp:57:5
@jhoblitt
Copy link
Contributor

Nice catch. Thank you for contributing!

jhoblitt pushed a commit that referenced this pull request Jul 11, 2014
Fix errors with the future parser.
@jhoblitt jhoblitt merged commit 07bba0b into puppetlabs:master Jul 11, 2014
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.

None yet

3 participants