From d9d7e351a378f9ce222b1387cb1ae9af94c11446 Mon Sep 17 00:00:00 2001 From: Miah Johnson Date: Tue, 23 Apr 2019 17:08:52 -0700 Subject: [PATCH] Change resource_ppa from warn -> exit Signed-off-by: Miah Johnson --- etc/deprecations.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/deprecations.json b/etc/deprecations.json index 48f3c2c8a..0c4203289 100644 --- a/etc/deprecations.json +++ b/etc/deprecations.json @@ -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": {