summaryrefslogtreecommitdiff
path: root/tests/pip.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pip.pp')
-rw-r--r--tests/pip.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/pip.pp b/tests/pip.pp
new file mode 100644
index 0000000..f0db172
--- /dev/null
+++ b/tests/pip.pp
@@ -0,0 +1,10 @@
+class { 'python':
+ version => 'system',
+ dev => true,
+ virtualenv => true,
+}
+
+python::pip { 'flask':
+ virtualenv => '/var/www/project1',
+ proxy => 'http://proxy.domain.com:3128',
+}