X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/741593ee2bf203c9261f604d094e3d8e621698a8..4320650b9a9b95fe45992f59255d6f81f3c7e75f:/cookbooks/mysql/resources/user.rb diff --git a/cookbooks/mysql/resources/user.rb b/cookbooks/mysql/resources/user.rb index 078316fc8..944cfcc6f 100644 --- a/cookbooks/mysql/resources/user.rb +++ b/cookbooks/mysql/resources/user.rb @@ -17,6 +17,8 @@ # limitations under the License. # +unified_mode true + default_action :create property :user, :kind_of => String, :name_property => true