This commit is contained in:
twangboy 2017-10-24 15:32:08 -06:00
parent c849f350ba
commit 8f8c706426
No known key found for this signature in database
GPG Key ID: 93FF3BDEB278C9EB

View File

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