Skip to content

Commit

Permalink
removing unsupported ownership and mode attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Garza committed Feb 20, 2015
1 parent 1cf739a commit 9a9b5ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions resources/file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
attribute :rackspace_region, :kind_of => String, :default => "dfw"
attribute :rackspace_auth_url, :kind_of => String
attribute :filename, :kind_of => String, :name_attribute => true
attribute :group, :regex => [ /^([a-z]|[A-Z]|[0-9]|_|-)+$/, /^\d+$/ ]
attribute :owner, :regex => [ /^([a-z]|[A-Z]|[0-9]|_|-)+$/, /^\d+$/ ]
attribute :mode, :regex => /^0?\d{3,4}$/
attribute :directory, :kind_of => String, :required => true
attribute :binmode, :kind_of => [ TrueClass, FalseClass ], :default => false

Expand Down

0 comments on commit 9a9b5ca

Please sign in to comment.