From 9a9b5caebd782e241f9015448d055861836145a4 Mon Sep 17 00:00:00 2001 From: Roberto Garza Date: Fri, 20 Feb 2015 11:58:12 -0600 Subject: [PATCH] removing unsupported ownership and mode attributes --- resources/file.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/file.rb b/resources/file.rb index 46332f3..070ce11 100644 --- a/resources/file.rb +++ b/resources/file.rb @@ -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