summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-08-21 12:16:25 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-08-21 12:16:25 -0700
commitaa773b4ebf83352f9587c0b8d3e2187e43f7735d (patch)
tree2ef41b66a6d6f6550b0c7c3148d26c9b757a46b9 /DOC_CHANGES.md
parent89748ef85f000d154d1a2c4264c9df02ffe3d70b (diff)
downloadchef-aa773b4ebf83352f9587c0b8d3e2187e43f7735d.tar.gz
add md files for PR #1561
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index ab1f5844a1..1a40d6730f 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -6,6 +6,21 @@ Example Doc Change:
Description of the required change.
-->
+### environment attribute to git provider
+
+Similar to other environment options:
+
+```
+environment Hash of environment variables in the form of {"ENV_VARIABLE" => "VALUE"}.
+```
+
+Also the `user` attribute should mention the setting of the HOME env var:
+
+```
+user The system user that is responsible for the checked-out code. The HOME environment variable will automatically be
+set to the home directory of this user when using this option.
+```
+
### Metadata `name` Attribute is Required.
Current documentation states: