Issue #634 has been updated by luke. Target version changed from 0.25.0 to unplanned Affected version set to 0.24.7
---------------------------------------- Bug #634: Exec checks don't work when binaries aren't in the path http://projects.reductivelabs.com/issues/show/634 Author: luke Status: Accepted Priority: Normal Assigned to: luke Category: exec Target version: unplanned Complexity: Unknown Patch: None Affected version: 0.24.7 Keywords: When binaries needed for checks aren't in a specified path, the checks still pass: <pre> exec { "/bin/echo crap": path => "/usr/local/bin", onlyif => "echo just checking" } </pre> That should fail if there's no 'echo' in /usr/local/bin, but instead it passes. ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
