Actions
Bug #8134
closedNo enable-puppetlabs-repo in kickstart-katello.erb
Status:
Rejected
Priority:
Normal
Assignee:
Category:
Hosts
Target version:
Description
We use the parameter "enable-puppetlabs-repo" that is included in the default foreman kickstart file to install the repo.
Currently on a freshly provisioned Centos 7 host there is no puppet installed because the package cannot be found.
I modified the Katello Kickstart default to include:
<% if puppet_enabled && @host.params['enable-puppetlabs-repo'] && @host.params['enable-puppetlabs-repo'] == 'true' -%>
repo --name=puppetlabs-products --baseurl=http://yum.puppetlabs.com/el/<%= @host.operatingsystem.major %>/products/<%= @host.architecture %>
repo --name=puppetlabs-deps --baseurl=http://yum.puppetlabs.com/el/<%= @host.operatingsystem.major %>/dependencies/<%= @host.architecture %>
<% end -%>
Updated by Eric Helms over 10 years ago
- Category set to 83
- Assignee set to Stephen Benjamin
- Triaged changed from No to Yes
Actions