# File lib/lighthouse.rb, line 79
    def update_site(resource)
      resource.site = resource.site_format % (host_format % [protocol, domain_format % account, ":#{port}"])
    end