Issue #634 has been updated by Luke Kanies. Assigned to deleted (Luke Kanies) Target version changed from unplanned to Statler
---------------------------------------- Bug #634: Exec checks don't work when binaries aren't in the path http://projects.puppetlabs.com/issues/634 Author: Luke Kanies Status: Accepted Priority: Normal Assigned to: Category: exec Target version: Statler Patch: None Affected version: 0.24.7 Keywords: Branch: 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://projects.puppetlabs.com/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.
