summaryrefslogtreecommitdiff
path: root/manifests/virtualenv.pp
diff options
context:
space:
mode:
authorFrank Chiang <fchiang@apperian.com>2013-08-15 08:46:29 -0400
committerFrank Chiang <fchiang@apperian.com>2013-08-15 08:46:29 -0400
commit98a51c5885a2f8e27ee41d56e6a8c64de4c9848c (patch)
tree5b33ec2216a302b0f503efef1dd25a5364f26603 /manifests/virtualenv.pp
parente9520954b699fc87c3e58c62bffe027fe11e2f1c (diff)
Add comments describing what path parameter does.
Diffstat (limited to 'manifests/virtualenv.pp')
-rw-r--r--manifests/virtualenv.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/virtualenv.pp b/manifests/virtualenv.pp
index 14207a5..26f50ed 100644
--- a/manifests/virtualenv.pp
+++ b/manifests/virtualenv.pp
@@ -34,6 +34,9 @@
# [*environment*]
# Additional environment variables required to install the packages. Default: none
#
+# [*path*]
+# Specifies the PATH variable. Default: [ '/bin', '/usr/bin', '/usr/sbin' ]
+#
# === Examples
#
# python::virtualenv { '/var/www/project1':