Open N-Mi opened 5 years ago
https://github.com/salt-formulas/salt-formula-telegraf/commit/d9b442b1faeae9cdeef5249b4839444ae6454436 introduced deep merge into map.jinja, but this feature is currently not working when using salt-ssh : https://github.com/saltstack/salt/issues/51605
map.jinja
Due to this bug, the merge fails and produces an empty telegraf_grains : {u'telegraf': {u'remote_agent': {u'input': {}, u'output': {}}, u'agent': {u'input': {}}}}
telegraf_grains
{u'telegraf': {u'remote_agent': {u'input': {}, u'output': {}}, u'agent': {u'input': {}}}}
After reverting to previous version of map.jinja, formula works as expected.
https://github.com/salt-formulas/salt-formula-telegraf/commit/d9b442b1faeae9cdeef5249b4839444ae6454436 introduced deep merge into
map.jinja
, but this feature is currently not working when using salt-ssh : https://github.com/saltstack/salt/issues/51605Due to this bug, the merge fails and produces an empty
telegraf_grains
:{u'telegraf': {u'remote_agent': {u'input': {}, u'output': {}}, u'agent': {u'input': {}}}}
After reverting to previous version of
map.jinja
, formula works as expected.