network/salt/vpn/auth

4 lines
85 B
Plaintext
Raw Normal View History

2016-11-15 01:33:17 +01:00
{%- set conf = pillar['openvpn'][name] -%}
{{ conf['user'] }}
{{ conf['password'] }}