From 4595082a23c80cdfee1f0cabb7e6a33bc6134877 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 27 Oct 2016 15:15:03 -0700 Subject: [PATCH] Include hash data types within puppet apply documentation --- website/source/docs/provisioning/puppet_apply.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/provisioning/puppet_apply.html.md b/website/source/docs/provisioning/puppet_apply.html.md index ba3413c6a..cf1a69461 100644 --- a/website/source/docs/provisioning/puppet_apply.html.md +++ b/website/source/docs/provisioning/puppet_apply.html.md @@ -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.