summaryrefslogtreecommitdiff
path: root/manifests/pip.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/pip.pp')
-rw-r--r--manifests/pip.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/pip.pp b/manifests/pip.pp
index 3940374..a9805d3 100644
--- a/manifests/pip.pp
+++ b/manifests/pip.pp
@@ -13,9 +13,15 @@
# [*url*]
# URL to install from. Default: none
#
+# [*owner*]
+# The owner of the virtualenv being manipulated. Default: root
+#
# [*proxy*]
# Proxy server to use for outbound connections. Default: none
#
+# [*environment*]
+# Additional environment variables required to install the packages. Default: none
+#
# === Examples
#
# python::pip { 'flask':
@@ -26,6 +32,7 @@
# === Authors
#
# Sergey Stankevich
+# Fotis Gimian
#
define python::pip (
$ensure = present,