From f706c6a4183c5d2807ead7ed1c26cf2b8cfef921 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 1 Mar 2017 21:54:43 -0800 Subject: support why-run by default this should fix several bugs in providers that look like they should support whyrun but fail to declare it. Signed-off-by: Lamont Granquist --- lib/chef/provider.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/chef/provider.rb') diff --git a/lib/chef/provider.rb b/lib/chef/provider.rb index 40c31e4371..0ec441202c 100644 --- a/lib/chef/provider.rb +++ b/lib/chef/provider.rb @@ -1,7 +1,7 @@ # # Author:: Adam Jacob () # Author:: Christopher Walters () -# Copyright:: Copyright 2008-2016, 2009-2016 Chef Software, Inc. +# Copyright:: Copyright 2008-2016, 2009-2017, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -75,7 +75,7 @@ class Chef end def whyrun_supported? - false + true end def node -- cgit v1.2.1