Refactor #36131
Remove Puppet host_param options from template
Status:
Closed
Priority:
Normal
Assignee:
Category:
Unattended installations
Target version:
-
Description
In #35187 the puppet.conf snippet added explicit host_param options for the Puppet server and Puppet CA server, but the host_puppet_server and host_puppet_ca_server macros were supposed to already use those parameters. In #35306 a bug was solved, so they are now properly respected. This means the explicit host_param parts are no longer needed.
Related issues
Associated revisions
History
#1
Updated by Ewoud Kohl van Wijngaarden about 1 month ago
- Related to Feature #35187: Permit puppet settings when puppet-plugins are not loaded added
#2
Updated by Ewoud Kohl van Wijngaarden about 1 month ago
- Related to Bug #35306: host_puppet_* template macros ignores host_param added
#3
Updated by The Foreman Bot about 1 month ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9630 added
#4
Updated by The Foreman Bot about 1 month ago
- Fixed in Releases 3.6.0 added
#5
Updated by Ewoud Kohl van Wijngaarden about 1 month ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|58309096c898572a52542db40db8383fc0de2dca.
#6
Updated by Ewoud Kohl van Wijngaarden about 1 month ago
- Triaged changed from No to Yes
Fixes #36131 - Remove puppet params for non-integrated
This reverts commit 04a93af8dacb7cc0611d6e1489d0ce88cd3b6090 because
eebd309f89c71567c2b7e6d4e4fc8f4b00d0edc6 fixed it properly.