add "disable_sudo" configuration reference

This commit is contained in:
Sergio Rodriguez 2015-11-02 16:35:07 -05:00
parent c1b8068000
commit b34525358d
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
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
roots](http://docs.saltstack.com/ref/configuration/master.html#pillar-configuration).
default: `/srv/pillar`.