This commit is contained in:
Thomas S Hatch 2012-05-10 09:49:17 -06:00
parent 4d4d5248e0
commit e1aa31e183

View file

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