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:
parent
6270b3f243
commit
3a612db733
@ -15,4 +15,4 @@ node_name '$chef_node_name'
|
|||||||
#end if
|
#end if
|
||||||
validation_client_name 'chef-validator'
|
validation_client_name 'chef-validator'
|
||||||
# Using default node name (fqdn)
|
# Using default node name (fqdn)
|
||||||
|
no_lazy_load true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user