a841e184de
This patch updates the documentation for the developer notes associated with the Cat 2 (Medium) controls applied by the security role. Partial-bug: 1583744 Change-Id: Ic342f33942521db009185585a21208a4688f6ed3
15 lines
409 B
ReStructuredText
15 lines
409 B
ReStructuredText
The package containing the tftp daemon has different names depending on the
|
|
Linux distribution:
|
|
|
|
* Ubuntu 14.04: ``tftpd``
|
|
* Ubuntu 16.04: ``tftpd``
|
|
* CentOS 7: ``tftp-server``
|
|
|
|
The Ansible tasks will select the appropriate package for the Linux
|
|
distribution and remove the package. To opt-out, adjust the following
|
|
configuration variable to ``no``:
|
|
|
|
.. code-block:: yaml
|
|
|
|
security_remove_tftp_server: no
|