You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since with_chef_server is a helper as opposed to resource, arguments passed to can only be evaluated in the compile phase. There are situations where the Chef Server ip/hostname won't be known until halfway through the CCR...for example you might be provisioning the new Chef Server at the beginning of the CCR. By adding a Chef resource that updates the Chef server config like with_chef_server we will get things like lazy attributes out of the box!
Since
with_chef_server
is a helper as opposed to resource, arguments passed to can only be evaluated in the compile phase. There are situations where the Chef Server ip/hostname won't be known until halfway through the CCR...for example you might be provisioning the new Chef Server at the beginning of the CCR. By adding a Chef resource that updates the Chef server config likewith_chef_server
we will get things like lazy attributes out of the box!/cc @jkeiser @afiune
The text was updated successfully, but these errors were encountered: