diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-03-11 12:12:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 12:12:16 -0700 |
commit | e6ab9abcfc01e1045d3bcafc0fb4f9075ae2c903 (patch) | |
tree | c3aea0a7fd75fd4650a66eccd62ae09dea66e424 /lib/chef/formatters/minimal.rb | |
parent | fd3a6597fea49e4e563ee782b7e8856c4ccb8b87 (diff) | |
parent | 66015ba654469f4dacfd78d40b02aafee52bbf1b (diff) | |
download | chef-e6ab9abcfc01e1045d3bcafc0fb4f9075ae2c903.tar.gz |
Merge pull request #8063 from chef/lcg/action_collection
Extract ActionCollection out of ResourceReporter, overhaul DataCollector
Diffstat (limited to 'lib/chef/formatters/minimal.rb')
-rw-r--r-- | lib/chef/formatters/minimal.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/formatters/minimal.rb b/lib/chef/formatters/minimal.rb index c8fc504eb0..e182189f7d 100644 --- a/lib/chef/formatters/minimal.rb +++ b/lib/chef/formatters/minimal.rb @@ -26,7 +26,7 @@ class Chef end # Called at the very start of a Chef Run - def run_start(version) + def run_start(version, run_status) puts_line "Starting Chef Client, version #{version}" puts_line "OpenSSL FIPS 140 mode enabled" if Chef::Config[:fips] end |