network/salt/vpn/auth
2016-11-15 01:33:17 +01:00

4 lines
85 B
Plaintext

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