mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Change resource_apache from warn -> exit
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
1c9cccb1e3
commit
a8c2544e72
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@
|
|||
"comment": "See #3802"
|
||||
},
|
||||
"resource_apache": {
|
||||
"action": "warn",
|
||||
"suffix": "This resource will be removed in InSpec 4.0."
|
||||
"action": "exit",
|
||||
"suffix": "This resource was removed in InSpec 4.0."
|
||||
},
|
||||
"resource_azure_generic_resource": {
|
||||
"action": "warn",
|
||||
|
|
Loading…
Reference in a new issue