mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo in postgres_user.present state function
This commit is contained in:
parent
edcb64de76
commit
a5fbe4e95e
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ def present(name,
|
|||
encrypted to the previous
|
||||
format if it is not already done.
|
||||
|
||||
default_passwoord
|
||||
default_password
|
||||
The password used only when creating the user, unless password is set.
|
||||
|
||||
.. versionadded:: 2016.3.0
|
||||
|
|
Loading…
Add table
Reference in a new issue