X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..dcde4767695ccc33d059f2b5999bc799920430f1:/cookbooks/mysql/resources/user.rb diff --git a/cookbooks/mysql/resources/user.rb b/cookbooks/mysql/resources/user.rb index 13e344966..944cfcc6f 100644 --- a/cookbooks/mysql/resources/user.rb +++ b/cookbooks/mysql/resources/user.rb @@ -17,9 +17,11 @@ # limitations under the License. # +unified_mode true + 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|