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