mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Change resource_user_serverspec_compat from warn -> fail_control
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
620bd44976
commit
080c882322
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
"suffix": "This resource will be removed in InSpec 4.0"
|
"suffix": "This resource will be removed in InSpec 4.0"
|
||||||
},
|
},
|
||||||
"resource_user_serverspec_compat": {
|
"resource_user_serverspec_compat": {
|
||||||
"action": "warn"
|
"action": "fail_control"
|
||||||
},
|
},
|
||||||
"resource_windows_registry_key": {
|
"resource_windows_registry_key": {
|
||||||
"action": "exit",
|
"action": "exit",
|
||||||
|
|
Loading…
Reference in a new issue