mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #8814 from UtahDave/develop
fix pylint error. missing hard return
This commit is contained in:
commit
f99ec2e388
@ -243,6 +243,7 @@ def chhome(name, home, persist=False):
|
||||
return post_info['home'] == home
|
||||
return False
|
||||
|
||||
|
||||
def chgroups(name, groups, append=False):
|
||||
'''
|
||||
Change the groups this user belongs to, add append to append the specified
|
||||
|
Loading…
Reference in New Issue
Block a user