Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optionally use event.sprintf on dictionary values #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fholzer
Copy link

@fholzer fholzer commented Dec 5, 2019

Introduces new configuration parameter dynamic that will enable use of event.sprintf on replacement values. dynamic defaults to false to not impact performance for current users of the plugin.

I added tests for single_value_update.rb, but not for array_of_maps_value_update.rb and array_of_values_update.rb yet.

Resolves #80. CC @guyboertje, as he's assigned to that issue.

@fholzer
Copy link
Author

fholzer commented Dec 16, 2019

pinging @jsvd @guyboertje

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Variables are not resolved using dictionary key-value mappings
2 participants