Skip to content

Commit

Permalink
Fixes #31757 - Drop foreman proxy pulp plugin in foreman
Browse files Browse the repository at this point in the history
In 01186b1 this was added, but it
doesn't really make sense in the Foreman scenario. Only Katello can use
it, but you need more things on the proxy which is only provided by the
foreman-proxy-content scenario.
  • Loading branch information
ekohl committed Feb 1, 2021
1 parent a3d1da7 commit 0365b1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion config/foreman-answers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ foreman_proxy::plugin::dynflow: false
foreman_proxy::plugin::monitoring: false
foreman_proxy::plugin::omaha: false
foreman_proxy::plugin::openscap: false
foreman_proxy::plugin::pulp: false
foreman_proxy::plugin::remote_execution::ssh: false
foreman_proxy::plugin::salt: false
puppet:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
answers.delete('foreman_proxy::plugin::pulp')

0 comments on commit 0365b1a

Please sign in to comment.