summaryrefslogtreecommitdiff
path: root/manifests/requirements.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/requirements.pp')
-rw-r--r--manifests/requirements.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/requirements.pp b/manifests/requirements.pp
index 3019a46..789c0d3 100644
--- a/manifests/requirements.pp
+++ b/manifests/requirements.pp
@@ -13,6 +13,12 @@
# [*proxy*]
# Proxy server to use for outbound connections. Default: none
#
+# [*owner*]
+# The owner of the virtualenv being manipulated. Default: root
+#
+# [*group*]
+# The group relating to the virtualenv being manipulated. Default: root
+#
# === Examples
#
# python::requirements { '/var/www/project1/requirements.txt':
@@ -24,6 +30,7 @@
#
# Sergey Stankevich
# Ashley Penney
+# Fotis Gimian
#
define python::requirements (
$requirements = $name,