X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/79e281814b6b7e100cc1bf6e1cfacb47ccc28155..fa9d2a88e9f89d755f1a637b88d189e8900e38ef:/cookbooks/nominatim/README.md diff --git a/cookbooks/nominatim/README.md b/cookbooks/nominatim/README.md index 28c0ff364..190378ca2 100644 --- a/cookbooks/nominatim/README.md +++ b/cookbooks/nominatim/README.md @@ -2,8 +2,8 @@ This cookbook installs and configures the Nominatim geocoding service. -It contains four recipes: -* base: common functionality for other recipes -* standalone: run nominatim on a standalone server -* master: run a master node in a replicated setup -* slave: run a slave node in replicated setup +It contains three recipes: +* default: sets up a complete Nominatim installation including postgres backend + and apache frontend +* master: defines additional attributes for running the server as DB master +* slave: defines additional attributes for running the server as DB slave