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