Project

General

Profile

« Previous | Next » 

Revision 11b8a332

Added by Eric Helms about 10 years ago

Adding ability to configure whether passenger is being used to make
the Katello vhost configuration re-usable by non-passenger deployments.
Includes generalization of oauth_secret and oauth_key to support deployment
of katello.yml by other modules.

View differences:

templates/katello.yml.erb
candlepin:
url: <%= scope.lookupvar("katello::params::candlepin_url") %>
oauth_key: <%= scope.lookupvar("katello::params::oauth_key") %>
oauth_secret: <%= scope.lookupvar("katello::params::oauth_secret") %>
oauth_key: <%= @oauth_key %>
oauth_secret: <%= @oauth_secret %>
pulp:
url: <%= scope.lookupvar("katello::params::pulp_url") %>
oauth_key: <%= scope.lookupvar("katello::params::oauth_key") %>
oauth_secret: <%= scope.lookupvar("katello::params::oauth_secret") %>
oauth_key: <%= @oauth_key %>
oauth_secret: <%= @oauth_secret %>
foreman:
url: <%= scope.lookupvar("katello::params::foreman_url") %>

Also available in: Unified diff