]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mysql/resources/user.rb
Fix new cookstyle warnings
[chef.git] / cookbooks / mysql / resources / user.rb
index 13e344966517418ad79825429cbc52233608529f..078316fc815ed75d4319e430fee4472cb3e6f5a8 100644 (file)
@@ -19,7 +19,7 @@
 
 default_action :create
 
-property :user, :kind_of => String, :name_attribute => true
+property :user, :kind_of => String, :name_property => true
 property :password, :kind_of => String
 
 OpenStreetMap::MySQL::USER_PRIVILEGES.each do |privilege|