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