mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge branch 'develop' into add_file_tree_environments
This commit is contained in:
commit
f782eb61fb
@ -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