diff options
Diffstat (limited to 'lib/chef/application/client.rb')
-rw-r--r-- | lib/chef/application/client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb index 789b938213..1fd87ff7ec 100644 --- a/lib/chef/application/client.rb +++ b/lib/chef/application/client.rb @@ -503,7 +503,7 @@ class Chef::Application::Client < Chef::Application end def unforked_interval_error_message - "Unforked chef-client interval runs are disabled in Chef 12." + + "Unforked chef-client interval runs are only supported on Windows." + "\nConfiguration settings:" + ("\n interval = #{Chef::Config[:interval]} seconds" if Chef::Config[:interval]).to_s + "\nEnable chef-client interval runs by setting `:client_fork = true` in your config file or adding `--fork` to your command line options." |