Skip to content

Commit 6edf46f

Browse files
author
Shiva Poudel
committed
Merge pull request voxpupuli#223 from ByteInternet/gunicorn-venv-circle
Resolve circular dep when installing gunicorn in venv
2 parents c3fe3f4 + 9941bfd commit 6edf46f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
# Anchor pattern to contain dependencies
107107
anchor { 'python::begin': } ->
108108
class { 'python::install': } ->
109-
class { 'python::config': } ->
110109
Exec<| tag == 'python-virtualenv' |> ->
110+
class { 'python::config': } ->
111111
anchor { 'python::end': }
112112

113113
# Allow hiera configuration of python resources

0 commit comments

Comments
 (0)