network/salt/vpn/auth

4 lines
85 B
Plaintext

{%- set conf = pillar['openvpn'][name] -%}
{{ conf['user'] }}
{{ conf['password'] }}