mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
clarify the usage of home arg
it is not always the dir will be managed by salt
This commit is contained in:
parent
d6dc09af64
commit
19de9954ee
1 changed files with 4 additions and 1 deletions
|
@ -213,7 +213,10 @@ def present(name,
|
|||
the state, True by default
|
||||
|
||||
home
|
||||
The location of the home directory to manage
|
||||
The custom login directory of user. Uses default value of underlying
|
||||
system if not set. Notice that this directory does not have to exists.
|
||||
This also the location of the home directory to create if createhome is
|
||||
set to True.
|
||||
|
||||
createhome
|
||||
If True, the home directory will be created if it doesn't exist.
|
||||
|
|
Loading…
Add table
Reference in a new issue