Include hash data types within puppet apply documentation

This commit is contained in:
Chris Roberts 2016-10-27 15:15:03 -07:00
parent 58c3be9344
commit 4595082a23
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ available below this section.
* `environment_path` (string) - Path to the directory that contains environment
files on the host disk.
* `environment_variables` (hash) - A hash of data to be set as environment
variables before the puppet apply run.
* `environment_variables` (hash) - A hash of string key/value pairs to be set as
environment variables before the puppet apply run.
* `options` (array of strings) - Additionally options to pass to the
Puppet executable when running Puppet.