include_recipe "geoipupdate"
include_recipe "git"
include_recipe "memcached"
-include_recipe "munin"
include_recipe "mysql"
include_recipe "nodejs"
include_recipe "php::fpm"
libboost-program-options-dev
libboost-regex-dev
libboost-system-dev
+ libbrotli-dev
libbytes-random-secure-perl
libcairo2-dev
libcrypto++-dev
nano
netcat
osm2pgsql
+ osmium-tool
osmosis
pandoc
pandoc
pngcrush
pngquant
proj-bin
+ pyosmium
python-is-python3
python3
python3-brotli
service "cgimap@#{name}" do
action [:start, :enable]
- subscribes :restart, "execute[#{cgimap_directory}/Makefile]"
+ subscribes :restart, "execute[#{cgimap_directory}/build/Makefile]"
subscribes :restart, "template[/etc/default/cgimap-#{name}]"
subscribes :restart, "systemd_service[cgimap@]"
end
apache_site "apis.dev.openstreetmap.org" do
template "apache.apis.erb"
end
-
- node[:postgresql][:clusters].each_key do |name|
- postgresql_munin name do
- cluster name
- database "ALL"
- end
- end
end
directory "/srv/ooc.openstreetmap.org" do