PaloAltoNetworks / panhandler

Panhandler is a tool to manage config snippets and Skillets for PAN-OS devices
Apache License 2.0
41 stars 19 forks source link

FR: Simplify 'when' conditional in skillets and workflows #87

Closed nembery closed 5 years ago

nembery commented 5 years ago

Currently, we pull the full text from the when attribute and treat this as a jinja2 template. This requires using an inline if statement to return 'true' or 'false'. We can simplify this to wrap the conditional automatically.

nembery commented 5 years ago

completed in skilletlib