]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/postgresql/resources/extension.rb
Fix incorrect alert annotation
[chef.git] / cookbooks / postgresql / resources / extension.rb
index 24df6c568c46b39f0d6070c500c0fb4c11eecf50..ec60fb9752aace2bcb9b5069abb4740fa1f25254 100644 (file)
 # limitations under the License.
 #
 
+unified_mode true
+
 default_action :create
 
-property :extension, :kind_of => String, :name_attribute => true
+property :extension, :kind_of => String, :name_property => true
 property :cluster, :kind_of => String, :required => true
 property :database, :kind_of => String, :required => true