Project

General

Profile

« Previous | Next » 

Revision 15879e53

Added by Eric Helms about 3 years ago

Refs #32037: Add flag to enable katello_agent infrastructure and disable it by default

View differences:

templates/katello.yaml.erb
:ssl_ca_file: <%= @candlepin_ca_cert %>
:agent:
:enabled: <%= @enable_katello_agent %>
<%- if @enable_katello_agent -%>
:broker_url: <%= @agent_broker_url %>
:event_queue_name: <%= @agent_event_queue_name %>
<%- end -%>
:katello_applicability: true

Also available in: Unified diff