# File lib/chef/resource/deploy.rb, line 123
      def remote(arg=nil)
        set_or_return(
          :remote,
          arg,
          :kind_of => [ String ]
        )
      end