mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Change resource_windows_registry_key from warn -> exit
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
a10a62a505
commit
620bd44976
1 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue