# File lib/chef/resource/conditional.rb, line 75 def evaluate_command shell_out(@command, @command_opts).status.success? rescue Chef::Exceptions::CommandTimeout Chef::Log.warn "Command '#{@command}' timed out" false end