]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mysql/resources/user.rb
Enable unified mode for custom resources
[chef.git] / cookbooks / mysql / resources / user.rb
index 078316fc815ed75d4319e430fee4472cb3e6f5a8..944cfcc6f3ef5c2a570b7708ad9e2f6267008c79 100644 (file)
@@ -17,6 +17,8 @@
 # limitations under the License.
 #
 
+unified_mode true
+
 default_action :create
 
 property :user, :kind_of => String, :name_property => true