diff options
author | Frank Chiang <fchiang@apperian.com> | 2013-08-15 08:46:29 -0400 |
---|---|---|
committer | Frank Chiang <fchiang@apperian.com> | 2013-08-15 08:46:29 -0400 |
commit | 98a51c5885a2f8e27ee41d56e6a8c64de4c9848c (patch) | |
tree | 5b33ec2216a302b0f503efef1dd25a5364f26603 | |
parent | e9520954b699fc87c3e58c62bffe027fe11e2f1c (diff) |
Add comments describing what path parameter does.
-rw-r--r-- | manifests/virtualenv.pp | 3 |
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': |