Chef-client fails to complete

FATAL: Net::HTTPServerException: 413 “Request Entity Too Large”

A nasty message from the chef-client that was happening because ohai was uploading all of our users and groups.  But after configuring the /etc/chef/client.rb file and adding:

Ohai::Config[:disabled_plugins] = [“passwd”]

Is no longer an issue

https://wiki.opscode.com/display/chef/Disabling+Ohai+Plugins


Posted

in

,

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *