Feature #30198
Disable TFTP by default
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
Fixed in Releases:
Found in Releases:
Description
Not all installations require TFTP to be present. To get a more minimal baseline, the default should be off.
Upgrades via the installer should not be affected. Direct users of the module will be affected.
RFC: https://community.theforeman.org/t/disable-foreman-proxy-tftp-support-by-default/18892
Associated revisions
History
#1
Updated by The Foreman Bot about 2 years ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-foreman_proxy/pull/602 added
#2
Updated by The Foreman Bot about 2 years ago
- Fixed in Releases 2.2.0 added
#3
Updated by Ewoud Kohl van Wijngaarden about 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman_proxy|c794f80bad96a2638881f879afaf94b71b317b3a.
Fixes #30198 - Disable TFTP by default
Not all installations require TFTP. This is only needed when doing
kickstart/preseed/... installations. Typically that's bare metal but can
be used on virtual machines as well. Doing those kind of installations
also requires DHCP so disabling it is not a huge extra step.