From 3f2f07d5d0e23cfe4eb25e011cb8dbe49f2eeff0 Mon Sep 17 00:00:00 2001 From: azban Date: Mon, 26 Feb 2018 11:06:25 -0800 Subject: [PATCH] website: don't document unimplemented salt-masterless grains_file --- website/docs/provisioners/salt-masterless.html.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/docs/provisioners/salt-masterless.html.md b/website/docs/provisioners/salt-masterless.html.md index dcf7c38c2..ad439918f 100644 --- a/website/docs/provisioners/salt-masterless.html.md +++ b/website/docs/provisioners/salt-masterless.html.md @@ -69,9 +69,6 @@ Optional: uploaded to the `/etc/salt` on the remote. This option overrides the `remote_state_tree` or `remote_pillar_roots` options. -- `grains_file` (string) - The path to your local [grains file](https://docs.saltstack.com/en/latest/topics/grains). This will be - uploaded to `/etc/salt/grains` on the remote. - - `skip_bootstrap` (boolean) - By default the salt provisioner runs [salt bootstrap](https://github.com/saltstack/salt-bootstrap) to install salt. Set this to true to skip this step.