mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Commas not followed by a space.
This commit is contained in:
parent
2a7c60653d
commit
c3c7a08a40
@ -191,7 +191,7 @@ def user_present(name,
|
||||
return ret
|
||||
|
||||
|
||||
def user_absent(name,profile=None,**connection_args):
|
||||
def user_absent(name, profile=None, **connection_args):
|
||||
'''
|
||||
Ensure that the keystone user is absent.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user