mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
typo fixes in salt/states/user.py
This commit is contained in:
parent
faec475aab
commit
dcc8c3112f
@ -125,7 +125,7 @@ def _changes(name,
|
||||
change['inactdays'] = inactdays
|
||||
if warndays is not 7 and lshad['warn'] != warndays:
|
||||
change['warndays'] = warndays
|
||||
if exire is not -1 and lshad['expire'] != expire:
|
||||
if expire is not -1 and lshad['expire'] != expire:
|
||||
change['expire'] = expire
|
||||
# GECOS fields
|
||||
if fullname is not None and lusr['fullname'] != fullname:
|
||||
|
Loading…
Reference in New Issue
Block a user