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 <| |>