Sha256: 11a4f0f2aea023931dff3a2a1d89de43438922e6bdfe873640b1cd84bcb0fead
Contents?: true
Size: 703 Bytes
Versions: 39
Compression:
Stored size: 703 Bytes
Contents
<% if @host.params['kt_activation_keys'] %> # add subscription manager <% if @host.operatingsystem.atomic? %> curl -s <%= subscription_manager_configuration_url(@host, false) %> | IS_ATOMIC=true bash <% else %> yum -t -y -e 0 install subscription-manager rpm -ivh <%= subscription_manager_configuration_url(@host) %> <% end %> echo "Registering the System" subscription-manager register --org="<%= @host.rhsm_organization_label %>" --name="<%= @host.name %>" --activationkey="<%= @host.params['kt_activation_keys'] %>" <% unless @host.operatingsystem.atomic? %> echo "Installing Katello Agent" yum -t -y -e 0 install katello-agent chkconfig goferd on <% end %> <% end %>
Version data entries
39 entries across 39 versions & 1 rubygems