db_passwords = data_bag_item("db", "passwords")
package "openstreetmap-cgimap-bin" do
+ action :purge
+end
+
+package "openstreetmap-cgimap" do
action :install
end
"CGIMAP_DBNAME" => "openstreetmap",
"CGIMAP_USERNAME" => "cgimap",
"CGIMAP_PASSWORD" => db_passwords["cgimap"],
- "CGIMAP_OAUTH_HOST" => node[:web][:database_host],
"CGIMAP_UPDATE_HOST" => node[:web][:database_host],
"CGIMAP_PIDFILE" => "#{node[:web][:pid_directory]}/cgimap.pid",
"CGIMAP_LOGFILE" => "#{node[:web][:log_directory]}/cgimap.log",
"CGIMAP_MAP_NODES" => node[:web][:max_number_of_nodes],
"CGIMAP_MAX_WAY_NODES" => node[:web][:max_number_of_way_nodes],
"CGIMAP_MAX_RELATION_MEMBERS" => node[:web][:max_number_of_relation_members],
- "CGIMAP_RATELIMIT_UPLOAD" => "true"
+ "CGIMAP_RATELIMIT_UPLOAD" => "true",
+ "CGIMAP_BBOX_SIZE_LIMIT_UPLOAD" => "true"
}
if %w[database_readonly api_readonly].include?(node[:web][:status])