X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/28469fac80b004833e4fa4f90455098dcfefeeec..9de17ece169e2c0f91c5545b328fc0cc2fc6a0f4:/cookbooks/tile/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index e090fd2bc..971e95384 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: tile +# Cookbook:: tile # Recipe:: default # -# Copyright 2013, OpenStreetMap Foundation +# Copyright:: 2013, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -360,7 +360,6 @@ end postgresql_version = node[:tile][:database][:cluster].split("/").first postgis_version = node[:tile][:database][:postgis] -package "postgis" package "postgresql-#{postgresql_version}-postgis-#{postgis_version}" postgresql_user "jburgess" do