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
You may also like
Chef change attributes node level Java cookbook
November 19, 2014
Putty is the worst ssh client ever!
June 27, 2014
Chef calculate checksum
September 21, 2013
Archives
Calendar
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | 31 | |||||
Leave a Reply