Actions
Bug #4974
closedWhen not selecting puppet master, setting rhsm repo_url is not correct
Description
1. provisiong a host usint Katello Kickstart without selecting puppet master
2. see the preview of provisioning template for the host
It contains
subscription-manager config --rhsm.baseurl=https:///pulp/repos
These lines should not be there. The template for subscription_manager_registration should have something like this to handle that properly:
<% @host.puppetmaster && !@host.puppetmaster.empty? %>
subscription-manager config --rhsm.baseurl=https://<%= @host.puppetmaster %>/pulp/repos
<% end %>
Updated by Ivan Necas almost 11 years ago
- Status changed from Assigned to Ready For Testing
Updated by Ivan Necas almost 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|commit:dab27c47ac8981f1634f1d9eaf7e9299f10ab0cf.
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13
Actions