Actions
Bug #32304
closedRegister host does not use puppet settings from host group
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Host registration
Target version:
-
Description
I can see that "Register host" is designed to setup puppet in the Linux registration default template:
<% if @host.puppetmaster.present? -%> <%= snippet 'puppetlabs_repo' %> <%= snippet 'puppet_setup' %> <% end -%>
The only place the puppet setup could come from is the host group specified in Register host. If I use a host group with puppet settings these are not applied to the host and so Puppet is not installed on the host.
Attached are screenshots showing the host group with puppet settings and then the host after registering where the same settings are blank. But it seems those values on the host are not inherited from the assigned group.
Files
Updated by Damon Maria almost 4 years ago
- Is duplicate of Bug #32457: Normally Inherited fields are not inherited upon host registration added
Updated by Leos Stejskal over 3 years ago
- Status changed from New to Closed
Applied in changeset foreman|e60069e12d7c1cf59394ae2d125d36f53f755dfd.
Actions