mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
Change resource_script from warn -> exit
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
080c882322
commit
82b705aa9f
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
||||||
"comment": "Needed for ServerSpec compatibility"
|
"comment": "Needed for ServerSpec compatibility"
|
||||||
},
|
},
|
||||||
"resource_script": {
|
"resource_script": {
|
||||||
"action": "warn",
|
"action": "exit",
|
||||||
"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": {
|
||||||
|
|
Loading…
Reference in a new issue