# File lib/hammer_cli_foreman/host.rb, line 423
      def success_message
        if option_force?
          _("Power off forced.")
        else
          _("Powering the host off.")
        end
      end