Skip to content

Commit

Permalink
Refactor Katello entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Jul 4, 2023
1 parent 1170719 commit 4f8c20c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
6 changes: 5 additions & 1 deletion config/katello-answers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,9 @@ foreman_proxy::plugin::remote_execution::script: false
foreman_proxy::plugin::salt: false
foreman_proxy::plugin::shellhooks: false
foreman_proxy_content: true
katello: true
puppet: false
global: true
application: true
pulp: true
candlepin: true
qpid: true
22 changes: 20 additions & 2 deletions config/katello.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,23 @@
# If using the Debian ruby-kafo package, uncomment this
# :kafo_modules_dir: /usr/lib/ruby/vendor_ruby/kafo/modules

# Unused, but remains present for older config migrations
:mapping: {}
:mapping:
:global:
:dir_name: 'katello'
:manifest_name: 'globals'
:pulp:
:dir_name: 'katello'
:manifest_name: 'pulp'
:params_name: 'params'
:candlepin:
:dir_name: 'katello'
:manifest_name: 'candlepin'
:params_name: 'params'
:qpid:
:dir_name: 'katello'
:manifest_name: 'qpid'
:params_name: 'params'
:application:
:dir_name: 'katello'
:manifest_name: 'application'
:params_name: 'params'

0 comments on commit 4f8c20c

Please sign in to comment.