We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4bd8e2 commit b34923fCopy full SHA for b34923f
app/views/unattended/provisioning_templates/snippet/redhat_register.erb
@@ -173,6 +173,8 @@ description: |
173
<%= "subscription-manager repo-override --list --repo $repo | grep 'cost:' &>/dev/null || subscription-manager repo-override --repo $repo --add=cost:#{host_param('subscription_manager_override_repos_cost')}" %>
174
done
175
<% end -%>
176
+ subscription-manager refresh
177
+ subscription-manager status
178
179
<% if redhat_install_host_tools -%>
180
$PKG_MANAGER_INSTALL katello-host-tools
0 commit comments