Flip default for AGNOSTIC_BECOME_PROMPT (#45563)

* Flip default for AGNOSTIC_BECOME_PROMPT

* simplify AGNOSTIC_BECOME_PROMPT porting guide entry

* clarify AGNOSTIC_BECOME_PROMPT changelog entry

* fixes version typo

* uses alternate wording (rather than escaping *)
This commit is contained in:
Matt Martz
2018-09-14 11:16:13 -05:00
committed by GitHub
parent d383d87b22
commit 829f48e3f5
3 changed files with 23 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- become - Change the default value for `AGNOSTIC_BECOME_PROMPT` to `True` so become prompts display `BECOME password:` regardless of the become method used. To display the become method in the prompt (for example, `SUDO password:`), set this config option to `False`.