We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018839d commit 8bd2e43Copy full SHA for 8bd2e43
1 file changed
chef/lib/chef/mixin/command.rb
@@ -57,6 +57,7 @@ def run_command(args={})
57
return false
58
end
59
else
60
+ Chef::Log.debug("I should be running '#{args[:not_if]}'")
61
status = popen4(args[:not_if]) { |p, i, o, e| }
62
if status.exitstatus == 0
63
Chef::Log.debug("Skipping #{args[:command_string]} - unless #{args[:not_if]} returned #{status.exitstatus}")
0 commit comments