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
In order to be compatible with cookbooks that set the hostname during a converge like the system cookbook, can we change the references to node['fqdn'] to use lazy attribute evaluation? See this issue for some background info.
It should be as simple as referring to node['fqdn'] in templates directly, rather than passing it in as a template variable.
The text was updated successfully, but these errors were encountered:
In order to be compatible with cookbooks that set the hostname during a converge like the system cookbook, can we change the references to
node['fqdn']
to use lazy attribute evaluation? See this issue for some background info.It should be as simple as referring to
node['fqdn']
in templates directly, rather than passing it in as a template variable.The text was updated successfully, but these errors were encountered: