X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..a62943629fc45519becfbd66176c9238acbeacbd:/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|