You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #13 was never really fixed. I incorrectly assumed something about the behavior of scopes in Jinja2 templates. Thank you @tjdavis3 for uncovering this problem. Fixed in #94, which uses jinja2's namespaces to ensure variable change propagates. I wanted to use something nicer like python's any() or something more clever, but at least it won't be broken.
The text was updated successfully, but these errors were encountered:
cudevmaxwell
changed the title
node_exporter: Systemd service unit uses incorrect template, leading to PretectHome bug
node_exporter: Systemd service unit uses incorrect template, leading to ProtectHome bug
May 3, 2023
Issue #13 was never really fixed. I incorrectly assumed something about the behavior of scopes in Jinja2 templates. Thank you @tjdavis3 for uncovering this problem. Fixed in #94, which uses jinja2's namespaces to ensure variable change propagates. I wanted to use something nicer like python's
any()
or something more clever, but at least it won't be broken.The text was updated successfully, but these errors were encountered: