mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fix merge error caught by tests
This commit is contained in:
parent
e55952f548
commit
fd9a618e36
@ -312,7 +312,7 @@ def _compare_acl(current, desired, region, key, keyid, profile):
|
||||
rather than the input itself.
|
||||
'''
|
||||
ocid = _get_canonical_id(region, key, keyid, profile)
|
||||
return __utils__['boto3.json_objs_equal'](_prep_acl_for_compare(current), _acl_to_grant(desired, ocid))
|
||||
return __utils__['boto3.json_objs_equal'](current, _acl_to_grant(desired, ocid))
|
||||
|
||||
|
||||
def _compare_policy(current, desired, region, key, keyid, profile):
|
||||
|
Loading…
Reference in New Issue
Block a user