Preload all recipes and templates when chef-client runs

Preload all recipes and templates when chef-client runs so as to
avoid 403 Forbidden errors in the middle of a long recipe run when
retrieving templates. Fix chef bug: CHEF-4253 CHEF-3045

Change-Id: I733b1a6ad3b83e733646fd369b5052424a84af7f
This commit is contained in:
zhaoxinyu 2014-02-05 18:03:37 +00:00
parent 6270b3f243
commit 3a612db733

View File

@ -15,4 +15,4 @@ node_name '$chef_node_name'
#end if
validation_client_name 'chef-validator'
# Using default node name (fqdn)
no_lazy_load true