Project

General

Profile

« Previous | Next » 

Revision 66ac38bb

Added by Justin Sherrill almost 10 years ago

fixes #4988 - missing token in post_sync_url

View differences:

templates/katello.yml.erb
use_ssl: true
use_foreman: <%= scope.lookupvar("katello::params::use_foreman") %>
post_sync_url: https://localhost<%= scope.lookupvar("katello::params::deployment_url") %>/api/v2/repositories/sync_complete?token=<%= scope.lookupvar("post_sync_token") %>
post_sync_url: https://localhost<%= scope.lookupvar("katello::params::deployment_url") %>/api/v2/repositories/sync_complete?token=<%= scope.lookupvar("katello::post_sync_token") %>
candlepin:
url: <%= scope.lookupvar("katello::params::candlepin_url") %>

Also available in: Unified diff