summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Stankevich <sergey@stankevi.ch>2012-11-06 13:01:55 -0800
committerSergey Stankevich <sergey@stankevi.ch>2012-11-06 13:01:55 -0800
commit94d9ca52b531c76949bddfe45c5402ecb2586ab8 (patch)
tree2779f2eb95a79a071bdee02fd4bc09f053bfea6d /tests
parent91b595de937e938807d942d650dde3cd5f45f2ec (diff)
parente7f975a20639d1e3adbfa85f956485238c040506 (diff)
Merge pull request #2 from mfournier/gunicorn_and_virtualenv_additions
Gunicorn and virtualenv additions
Diffstat (limited to 'tests')
-rw-r--r--tests/gunicorn.pp1
-rw-r--r--tests/virtualenv.pp1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/gunicorn.pp b/tests/gunicorn.pp
index c081fd6..c32ea1a 100644
--- a/tests/gunicorn.pp
+++ b/tests/gunicorn.pp
@@ -11,4 +11,5 @@ python::gunicorn { 'vhost':
dir => '/var/www/project1/current',
bind => 'unix:/tmp/gunicorn.socket',
environment => 'prod',
+ template => 'python/gunicorn.erb',
}
diff --git a/tests/virtualenv.pp b/tests/virtualenv.pp
index 190492c..da5ab57 100644
--- a/tests/virtualenv.pp
+++ b/tests/virtualenv.pp
@@ -9,4 +9,5 @@ python::virtualenv { '/var/www/project1':
version => 'system',
requirements => '/var/www/project1/requirements.txt',
proxy => 'http://proxy.domain.com:3128',
+ systempkgs => true,
}