mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix #1238
This commit is contained in:
parent
4d4d5248e0
commit
e1aa31e183
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ def _changes(
|
|||
change['groups'] = groups
|
||||
if home:
|
||||
if lusr['home'] != home:
|
||||
change['home'] = home
|
||||
if not home is True:
|
||||
change['home'] = home
|
||||
if shell:
|
||||
if lusr['shell'] != shell:
|
||||
change['shell'] = shell
|
||||
|
|
Loading…
Add table
Reference in a new issue