Sha256: 3d630284b45796999798ac0a978c5f05e2086cdb1de787ed0e08dee6cea5e389

Contents?: true

Size: 470 Bytes

Versions: 10

Compression:

Stored size: 470 Bytes

Contents

<% if @host.params['kt_activation_keys'] %>
# add subscription manager
yum -t -y -e 0 install subscription-manager
rpm -ivh <%= subscription_manager_configuration_url(@host) %>

echo "Registering the System"
subscription-manager register --org="<%= @host.rhsm_organization_label %>" --name="<%= @host.name %>" --activationkey="<%= @host.params['kt_activation_keys'] %>"

echo "Installing Katello Agent"
yum -t -y -e 0 install katello-agent
chkconfig goferd on
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
katello-2.4.5 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-2.4.4 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-2.4.3 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-2.4.2 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.0.0.rc1 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-2.4.1 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-2.4.0 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-2.4.0.rc3 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-2.4.0.rc2 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-2.4.0.rc1 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb