]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/postgresql/resources/extension.rb
Fix new cookstyle warnings
[chef.git] / cookbooks / postgresql / resources / extension.rb
index a2bbeca447c56b7db06f91a6a58c2a2203cec270..3adcfd62b26761df9eb16869abb7ce93927e4a34 100644 (file)
@@ -1,8 +1,8 @@
 #
-# Cookbook Name:: postgresql
+# Cookbook:: postgresql
 # Resource:: postgresql_extension
 #
-# Copyright 2012, OpenStreetMap Foundation
+# Copyright:: 2012, OpenStreetMap Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
 
 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