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