This commit is contained in:
twangboy 2017-10-24 15:35:40 -06:00
parent 304dd2529d
commit a6a4c10a77
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

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: