From 25e2644133db2305f6785d4394024250d7fb5980 Mon Sep 17 00:00:00 2001 From: Greg Dubicki Date: Mon, 7 Feb 2022 16:32:18 +0000 Subject: [PATCH] OPS-70281 Prevent dependency cycles --- manifests/config.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/config.pp b/manifests/config.pp index 73a346d7..e6e9e0aa 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -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 <| |>