mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +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.
|
||||
|
||||
@ -319,7 +319,7 @@ def role_present(name, profile=None, **connection_args):
|
||||
ret['changes']['Role'] = 'Created'
|
||||
return ret
|
||||
|
||||
|
||||
|
||||
def role_absent(name, profile=None, **connection_args):
|
||||
'''
|
||||
Ensure that the keystone role is absent.
|
||||
|
Loading…
Reference in New Issue
Block a user