if fixed, breaks workflow when td_agent_gem is used after td-agent::install in a wrapper and node["td_agent"]["plugins"] attributes contain plugins, which will be installed first
Smoke test fluent-plugin installation via node attributes to test previously broken code path.
This block never worked in practice:
:subsribes
->:subscribes
td_agent_gem
does not haveaction :create
td_agent_gem
is used after td-agent::install in a wrapper andnode["td_agent"]["plugins"]
attributes contain plugins, which will be installed firstSmoke test fluent-plugin installation via node attributes to test previously broken code path.