Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 2287fc4

Browse files
committedAug 8, 2011
Ensuring src dir in gunicorn instance created syclic dependency when using requirements file in python::venv::isolate. Moving up to webapp module.
1 parent e14b393 commit 2287fc4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎manifests/gunicorn/instance.pp

-6
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@
3636
}
3737

3838
if $is_present {
39-
file { $src:
40-
ensure => directory,
41-
owner => $owner,
42-
group => $group,
43-
}
44-
4539
python::pip::install {
4640
"$gunicorn_package in $venv":
4741
package => $gunicorn_package,

0 commit comments

Comments
 (0)
This repository has been archived.