mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove extraneous "deprecated" notation
This deprecated notation was supposed to be on the "useradd_all" function, but somehow was moved to the "useradd" function. Fixes #42870
This commit is contained in:
parent
da71f2a11b
commit
71e7581a2d
1 changed files with 0 additions and 2 deletions
|
@ -35,8 +35,6 @@ def useradd(pwfile, user, password, opts='', runas=None):
|
|||
Add a user to htpasswd file using the htpasswd command. If the htpasswd
|
||||
file does not exist, it will be created.
|
||||
|
||||
.. deprecated:: 2016.3.0
|
||||
|
||||
pwfile
|
||||
Path to htpasswd file
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue