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
If a topology cookbook is run on a node not bootstrapped via knife-topo, it throws an error because the attribute file has if node['topo']['type'] == 'xxx'. This should be guarded e.g.node['topo'][ && node['topo']['type']
The text was updated successfully, but these errors were encountered:
If a topology cookbook is run on a node not bootstrapped via knife-topo, it throws an error because the attribute file has
if node['topo']['type'] == 'xxx'
. This should be guarded e.g.node['topo'][ && node['topo']['type']
The text was updated successfully, but these errors were encountered: