Fix typo in win_lgpo module

Correct a typ in the win_lgpo module where policy was incorrectly spelled as 'polic'
This commit is contained in:
David Suarez 2017-11-07 14:51:25 -08:00
parent 8ffe91fe44
commit 95f91e618d

View File

@ -5374,7 +5374,7 @@ def set_(computer_policy=None, user_policy=None,
_regedits[regedit]['policy']['Registry']['Type'])
else:
_ret = __salt__['reg.delete_value'](
_regedits[regedit]['polic']['Registry']['Hive'],
_regedits[regedit]['policy']['Registry']['Hive'],
_regedits[regedit]['policy']['Registry']['Path'],
_regedits[regedit]['policy']['Registry']['Value'])
if not _ret: