mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Use __context__ in LGPO module
This commit is contained in:
parent
7fa04212a3
commit
3ed7b84792
File diff suppressed because it is too large
Load Diff
@ -261,7 +261,7 @@ def set_(name,
|
||||
for p_name in current_policy[policy_data['output_section']]:
|
||||
if policy_name.lower() == p_name.lower():
|
||||
currently_set = True
|
||||
pol_id = policy_name
|
||||
pol_id = p_name
|
||||
break
|
||||
# Check aliases
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user