salt-formulas / salt-formula-telegraf

Other
3 stars 11 forks source link

Doesn't work when using salt-ssh #5

Open N-Mi opened 5 years ago

N-Mi commented 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

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': {}}}}

After reverting to previous version of map.jinja, formula works as expected.