X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..88879aaa236b52a801effcceaf2ca91030cd2f73:/cookbooks/mysql/resources/database.rb diff --git a/cookbooks/mysql/resources/database.rb b/cookbooks/mysql/resources/database.rb index 65b6d2e22..69e4e795f 100644 --- a/cookbooks/mysql/resources/database.rb +++ b/cookbooks/mysql/resources/database.rb @@ -17,6 +17,8 @@ # limitations under the License. # +unified_mode true + default_action :create property :database, :kind_of => String, :name_property => true