3c19f00a7f
This patch adds the right tags to each piece of metadata and corrects small errors found in the deployer notes. Closes-bug: 1595669 Change-Id: Ic04aaad85ebf111be5a0bdb01a350442fdea1433
464 B
464 B
---id: V-38606 status: implemented tag: services ---
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
:
security_remove_tftp_server: no