]> git.openstreetmap.org Git - chef.git/commitdiff
Install ruby modules for nominatim prometheus exporter
authorTom Hughes <tom@compton.nu>
Tue, 23 Nov 2021 20:45:30 +0000 (20:45 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 23 Nov 2021 20:45:30 +0000 (20:45 +0000)
cookbooks/nominatim/recipes/default.rb

index 2285cee73c42e3d79c56f13114aa54f1d689cd65..571c8fd321f2383ca59232aec885b0b9c32079f1 100644 (file)
@@ -166,6 +166,9 @@ package %w[
   php-pgsql
   php-intl
   php-symfony-dotenv
+  ruby
+  ruby-file-tail
+  ruby-pg
 ]
 
 source_directory = "#{basedir}/nominatim"