clarify the usage of home arg

it is not always the dir will be managed by salt
This commit is contained in:
Viet Hung Nguyen 2015-04-21 12:38:42 +07:00
parent d6dc09af64
commit 19de9954ee

View file

@ -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.