mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge branch 'develop' into develop
This commit is contained in:
commit
2d0e3a77cc
@ -79,7 +79,7 @@ class GroupModuleTest(ModuleCase):
|
||||
gid_max = login_defs.get('SYS_GID_MAX',
|
||||
int(login_defs.get('GID_MIN', 1000)) - 1)
|
||||
|
||||
return gid_min, gid_max
|
||||
return int(gid_min), int(gid_max)
|
||||
|
||||
def __get_free_system_gid(self):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user