mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
enhance doc, as usermod on ubuntu 12.04 will not CREATE home
This commit is contained in:
parent
0ce4d7feb6
commit
d6dc09af64
1 changed files with 2 additions and 2 deletions
|
@ -286,8 +286,8 @@ def chshell(name, shell):
|
|||
|
||||
def chhome(name, home, persist=False):
|
||||
'''
|
||||
Change the home directory of the user, pass True for persist to copy files
|
||||
to the new home dir
|
||||
Change the home directory of the user, pass True for persist to move files
|
||||
to the new home directory if the old home directory exist.
|
||||
|
||||
CLI Example:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue