X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..8338ca56db576db8ec53f6f6fb3907e2ca370f75:/cookbooks/postgresql/resources/tablespace.rb diff --git a/cookbooks/postgresql/resources/tablespace.rb b/cookbooks/postgresql/resources/tablespace.rb index 69e0ce2b0..bfa0c4b8c 100644 --- a/cookbooks/postgresql/resources/tablespace.rb +++ b/cookbooks/postgresql/resources/tablespace.rb @@ -17,6 +17,8 @@ # limitations under the License. # +unified_mode true + default_action :create property :tablespace, :kind_of => String, :name_property => true