mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Change resource_linux_kernel_parameter from warn -> exit
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
d9d7e351a3
commit
b508cb7aa5
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@
|
|||
"comment": "Needed for ServerSpec compatibility"
|
||||
},
|
||||
"resource_linux_kernel_parameter": {
|
||||
"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_ppa": {
|
||||
|
|
Loading…
Add table
Reference in a new issue