Skip to content

Commit

Permalink
OPS-70281 Prevent dependency cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Dubicki committed Feb 7, 2022
1 parent c269d32 commit 25e2644
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
Class['python::install'] -> Python::Requirements <| |>
Class['python::install'] -> Python::Virtualenv <| |>

Python::Virtualenv <| |> -> Python::Pip <| |>

if $python::manage_gunicorn {
if $python::gunicorn != 'absent' {
Class['python::install'] -> Python::Gunicorn <| |>
Expand Down

0 comments on commit 25e2644

Please sign in to comment.