paulbsd-salt/states/old/burp/burp.conf.j2
Paul Lecuq 385e486e90
Some checks failed
continuous-integration/drone/push Build is failing
moved burp state to old
2022-12-17 23:26:26 +01:00

5 lines
151 B
Django/Jinja

## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
{%- for key, value in burp.config.items() %}
{{ key }} = {{ value }}
{%- endfor %}