From 7ad8b6d19464ad701c37c9a6d781f24193b253df Mon Sep 17 00:00:00 2001 From: Tate Eskew Date: Thu, 17 Oct 2013 11:12:21 -0500 Subject: [PATCH] fix typo in docs for saltmasterless provisioner. bootstrap was spelled incorrectly --- website/source/docs/provisioners/salt-masterless.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioners/salt-masterless.html.markdown b/website/source/docs/provisioners/salt-masterless.html.markdown index 7cc23d440..c0dbead7c 100644 --- a/website/source/docs/provisioners/salt-masterless.html.markdown +++ b/website/source/docs/provisioners/salt-masterless.html.markdown @@ -39,7 +39,7 @@ Optional: [salt bootstrap](https://github.com/saltstack/salt-bootstrap) to install salt. Set this to true to skip this step. -* `boostrap_args` (string) - Arguments to send to the bootstrap script. Usage +* `bootstrap_args` (string) - Arguments to send to the bootstrap script. Usage is somewhat documented on [github](https://github.com/saltstack/salt-bootstrap), but the [script itself](https://github.com/saltstack/salt-bootstrap/blob/develop/bootstrap-salt.sh) has more detailed usage instructions. By default, no arguments are sent to