]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/python/resources/package.rb
Fix new foodcritic warnings
[chef.git] / cookbooks / python / resources / package.rb
index 3a766957e55ddefc6f97f5b9247a512fd8899641..76a6af7ec4a7aad7c64635b98f8ef5f81ab78df4 100644 (file)
@@ -19,8 +19,8 @@
 
 default_action :install
 
-attribute :package_name, :kind_of => String, :name_attribute => true
-attribute :version, :kind_of => String
+property :package_name, :kind_of => String, :name_property => true
+property :version, :kind_of => String
 
 action :install do
   if version.nil?