projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
85d47e5
)
nominatim: add postgis package
author
Sarah Hoffmann
<lonvia@denofr.de>
Sat, 3 Jun 2017 07:27:49 +0000
(09:27 +0200)
committer
Sarah Hoffmann
<lonvia@denofr.de>
Sat, 3 Jun 2017 07:27:49 +0000
(09:27 +0200)
cookbooks/nominatim/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/nominatim/recipes/default.rb
b/cookbooks/nominatim/recipes/default.rb
index eb30570ca5c20fa37c345973b220d1410f3f5b60..14d70d9b3063ca6477dfe56f6268432842b69250 100644
(file)
--- a/
cookbooks/nominatim/recipes/default.rb
+++ b/
cookbooks/nominatim/recipes/default.rb
@@
-52,7
+52,10
@@
end
include_recipe "postgresql"
+postgresql_version = node[:nominatim][:dbcluster].split("/").first
+
package "postgis"
+package "postgresql-#{postgresql_version}-postgis-2.3"
node[:nominatim][:dbadmins].each do |user|
postgresql_user user do