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 validate_slength, arg.length should be args[0].length #169

Merged
merged 1 commit into from
Aug 12, 2013
Merged

Fix validate_slength, arg.length should be args[0].length #169

merged 1 commit into from
Aug 12, 2013

Conversation

hdeheer
Copy link
Contributor

@hdeheer hdeheer commented Aug 8, 2013

During a puppet run an error will be thrown and a puppet run will fail completely (when using validate_slength):
undefined local variable or method `arg' for #Puppet::Parser::Scope:0x7f243c236948

During a puppet run an error will be thrown and a puppet run will fail completely (when using validate_slength):
undefined local variable or method `arg' for #<Puppet::Parser::Scope:0x7f243c236948>
adrienthebo added a commit that referenced this pull request Aug 12, 2013
Fix validate_slength, arg.length should be args[0].length
@adrienthebo adrienthebo merged commit 32dbac0 into puppetlabs:master Aug 12, 2013
@adrienthebo
Copy link
Contributor

@hdeheer thanks for the catch! I'll merge this in and then do some cleanup under the hood to make sure things like this are less likely to happen.

@adrienthebo
Copy link
Contributor

summary: merged into master in 32dbac0, thanks again for the contribution!

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