From 5233c47eba95167c01356b655f9a206560e2e8f2 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 5 Nov 2018 20:02:18 +0000 Subject: [PATCH] docs: Changelog typo --- docs/changelog.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 52388ed0..cdc160be 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -159,7 +159,7 @@ Fixes * `#334 `_: the SSH method tilde-expands private key paths using Ansible's logic. Previously the path - was passed unmodified to SSH, which expanded it using :func:`os.getpwent`. + was passed unmodified to SSH, which expanded it using :func:`pwd.getpwnam`. This differs from :func:`os.path.expanduser`, which uses the ``HOME`` environment variable if it is set, causing behaviour to diverge when Ansible was invoked across user accounts via ``sudo``. @@ -180,8 +180,8 @@ Fixes recurrence. * `#409 `_: the LXC and LXD methods - support ``mitogen_lxc_path`` and ``mitogen_lxc_attach`` variables to control - the location of third pary utilities. + support ``mitogen_lxc_path`` and ``mitogen_lxc_attach_path`` variables to + control the location of third pary utilities. * `#410 `_: the sudo method supports the SELinux ``--type`` and ``--role`` options.