# File lib/hammer_cli_katello/ping.rb, line 55 def execute d = send_request print_data d d['status'] != _("FAIL") ? HammerCLI::EX_OK : 1 end