
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
19 lines
410 B
ReStructuredText
19 lines
410 B
ReStructuredText
---
|
|
id: V-38603
|
|
status: implemented
|
|
tag: services
|
|
---
|
|
|
|
This packages is named differently depending on the Linux distribution:
|
|
|
|
* Ubuntu 14.04: ``nis``
|
|
* Ubuntu 16.04: ``nis``
|
|
* CentOS 7: ``ypserv``
|
|
|
|
The Ansible tasks will remove the appropriate package if it is installed. To
|
|
opt-out of this change, adjust the following configuration variable to ``no``:
|
|
|
|
.. code-block:: yaml
|
|
|
|
security_remove_ypserv: no
|