Skip to content

Commit

Permalink
Fixes #34325 - enable pulp content cache by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsherrill authored and ekohl committed Feb 2, 2022
1 parent 72c2858 commit 4155c66
Showing 1 changed file with 3 additions and 0 deletions.
@@ -0,0 +1,3 @@
if answers['foreman_proxy_content'].is_a?(Hash) && answers['foreman_proxy_content'].key?('pulpcore_cache_enabled')
answers['foreman_proxy_content']['pulpcore_cache_enabled'] = true
end

0 comments on commit 4155c66

Please sign in to comment.