Merge pull request #44268 from twangboy/win_fix_lgpo_typo

Fix typo
This commit is contained in:
Mike Place 2017-10-25 15:01:34 +02:00 committed by GitHub
commit 9d6bc8509b

View file

@ -5339,7 +5339,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: