fix(provision): add multi hosts installation examples
[arvados.git] / doc / install / salt-multi-host.html.textile.liquid
index 50de6e439babaf77069a4dbaa1592e07f3e193ce..709c32e2a58834e0a21fb47fea1f24c484e07e57 100644 (file)
@@ -39,6 +39,7 @@ The formulas we use are:
 * "nginx":https://github.com/saltstack-formulas/nginx-formula.git
 * "docker":https://github.com/saltstack-formulas/docker-formula.git
 * "locale":https://github.com/saltstack-formulas/locale-formula.git
+* "letsencrypt":https://github.com/saltstack-formulas/letsencrypt-formula.git
 
 There are example Salt pillar files for each of those formulas in the "arvados-formula's test/salt/pillar/examples":https://github.com/arvados/arvados-formula/tree/master/test/salt/pillar/examples directory. As they are, they allow you to get all the main Arvados components up and running.
 
@@ -56,8 +57,6 @@ As the Saltstack's community keeps a "repository of formulas":https://github.com
 
 there, and do our best effort to keep it in sync with ours.
 
-A @development@ branch exists which uses Arvados' development repositories. This last one might break from time to time, as we try and add new features. As much as possible, we try to keep it up to date, with example pillars to help you deploy Arvados. Use with caution.
-
 For those familiar with Saltstack, the process to get Arvados deployed is similar to any other formula:
 
 1. Fork/copy the formula to your Salt master host.