Change resource_windows_registry_key from warn -> exit

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-04-23 15:51:04 -07:00
parent a10a62a505
commit 620bd44976

View file

@ -89,8 +89,8 @@
"action": "warn"
},
"resource_windows_registry_key": {
"action": "warn",
"suffix": "This resource will be removed in InSpec 4.0.",
"action": "exit",
"suffix": "This resource was removed in InSpec 4.0.",
"comment": "Needed for ServerSpec compatibility"
},
"serverspec_compatibility": {