X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..318695ced17279985b8ed862c10f1609ba1e2b83:/cookbooks/mysql/resources/user.rb diff --git a/cookbooks/mysql/resources/user.rb b/cookbooks/mysql/resources/user.rb index 13e344966..078316fc8 100644 --- a/cookbooks/mysql/resources/user.rb +++ b/cookbooks/mysql/resources/user.rb @@ -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|