mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix typo on variable name
This commit is contained in:
parent
dc6d1d7d6b
commit
f739b6f995
@ -180,7 +180,7 @@ def absent(name, acl_type, acl_name='', perms='', recurse=False):
|
||||
ret['result'] = False
|
||||
return ret
|
||||
|
||||
__current_perms = __salt__['acl.getfacl'](name, recursive=rescurse)
|
||||
__current_perms = __salt__['acl.getfacl'](name, recursive=recurse)
|
||||
|
||||
if acl_type.startswith(('d:', 'default:')):
|
||||
_acl_type = ':'.join(acl_type.split(':')[1:])
|
||||
|
Loading…
Reference in New Issue
Block a user