X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/741593ee2bf203c9261f604d094e3d8e621698a8..2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b:/cookbooks/postgresql/resources/tablespace.rb diff --git a/cookbooks/postgresql/resources/tablespace.rb b/cookbooks/postgresql/resources/tablespace.rb index 82e901228..bfa0c4b8c 100644 --- a/cookbooks/postgresql/resources/tablespace.rb +++ b/cookbooks/postgresql/resources/tablespace.rb @@ -17,11 +17,13 @@ # limitations under the License. # +unified_mode true + default_action :create property :tablespace, :kind_of => String, :name_property => true property :cluster, :kind_of => String, :required => true -property :location, :kind_of => String, :required => true +property :location, :kind_of => String, :required => [:create] action :create do unless cluster.tablespaces.include?(new_resource.tablespace)