saltstack-formulas / logrotate-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
23 stars 71 forks source link

Context data wrapped with tojson filter. #42

Closed waynegemmell closed 5 years ago

waynegemmell commented 5 years ago

The data was being prepended with 'u' characters. This should address Issue 41

aboe76 commented 5 years ago

@waynegemmell please use |json instead of |tojson to be backward compatible with older versions of salt.

aboe76 commented 5 years ago

@waynegemmell thanks for fixing it quickly, merged it.

waynegemmell commented 5 years ago

Fantastic, thanks.