diff options
author | Sergey Stankevich <sergey@stankevi.ch> | 2012-11-06 13:01:55 -0800 |
---|---|---|
committer | Sergey Stankevich <sergey@stankevi.ch> | 2012-11-06 13:01:55 -0800 |
commit | 94d9ca52b531c76949bddfe45c5402ecb2586ab8 (patch) | |
tree | 2779f2eb95a79a071bdee02fd4bc09f053bfea6d /tests | |
parent | 91b595de937e938807d942d650dde3cd5f45f2ec (diff) | |
parent | e7f975a20639d1e3adbfa85f956485238c040506 (diff) |
Merge pull request #2 from mfournier/gunicorn_and_virtualenv_additions
Gunicorn and virtualenv additions
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gunicorn.pp | 1 | ||||
-rw-r--r-- | tests/virtualenv.pp | 1 |
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, } |