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