From 620bd449763087c1c9b7fd2d59b5f8ca9c04d101 Mon Sep 17 00:00:00 2001 From: Miah Johnson Date: Tue, 23 Apr 2019 15:51:04 -0700 Subject: [PATCH] Change resource_windows_registry_key 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 29b71286a..5c19f8028 100644 --- a/etc/deprecations.json +++ b/etc/deprecations.json @@ -89,8 +89,8 @@ "action": "warn" }, "resource_windows_registry_key": { - "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" }, "serverspec_compatibility": {