After upgrading some box to Fedora 27 it appears that the default package splits openvpn configuration with two services and config directories:
For server:
openvpn-server@{name}.service
/etc/openvpn/server/{name}.conf
For client:
openvpn-client@{name}.service
/etc/openvpn/client/{name}.conf
I'm not quite familiar with Jinja maps to patch it directly that's why i'm opening this issue.
After upgrading some box to Fedora 27 it appears that the default package splits openvpn configuration with two services and config directories:
For server:
openvpn-server@{name}.service
/etc/openvpn/server/{name}.conf
For client:
openvpn-client@{name}.service
/etc/openvpn/client/{name}.conf
I'm not quite familiar with Jinja maps to patch it directly that's why i'm opening this issue.