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_cmd, previous addition of SystemCallError only works for Puppet 3.7, previous version throw different exception. Wrapping in generic Exception catch all #349

Merged
merged 1 commit into from Oct 30, 2014

Conversation

cyberious
Copy link
Contributor

No description provided.

… Puppet 3.7, previous version throw different exception. Wrapping in generic Exception catch all
pp = <<-EOS
if member( [1,2,3,4], 4 ){
notify { 'output correct': }
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be aligned with the if on line 25?

@cyberious
Copy link
Contributor Author

@cmurphy resolved, it was actually meant for another PR

underscorgan pushed a commit that referenced this pull request Oct 30, 2014
Fix validate_cmd, previous addition of SystemCallError only works for Puppet 3.7, previous version throw different exception.  Wrapping in generic Exception catch all
@underscorgan underscorgan merged commit 0db72ea into puppetlabs:4.3.x Oct 30, 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

4 participants