# File lib/smart_proxy_salt/salt_main.rb, line 86
    def highstate(host)
      find_salt_binaries
      cmd = [@sudo, '-u', Proxy::Salt::Plugin.settings.salt_command_user, @salt, '--async', escape_for_shell(host), 'state.highstate']
      logger.info "Will run state.highstate for #{host}. Full command: #{cmd.join(' ')}"
      shell_command(cmd)
    end