Merge pull request #2904 from rodriguezsergio/patch-1

provisioner/salt-masterless: add "disable_sudo" configuration documentation reference
This commit is contained in:
Mark Peek 2015-11-04 07:32:21 -08:00
commit 6f8f42a382
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ Optional:
has more detailed usage instructions. By default, no arguments are sent to has more detailed usage instructions. By default, no arguments are sent to
the script. the script.
- `disable_sudo` (boolean) - By default, the bootstrap install command is prefixed with `sudo`. When using a
Docker builder, you will likely want to pass `true` since `sudo` is often not pre-installed.
- `remote_pillar_roots` (string) - The path to your remote [pillar - `remote_pillar_roots` (string) - The path to your remote [pillar
roots](http://docs.saltstack.com/ref/configuration/master.html#pillar-configuration). roots](http://docs.saltstack.com/ref/configuration/master.html#pillar-configuration).
default: `/srv/pillar`. default: `/srv/pillar`.