/usr/share/zentyal/modules/openvpn.yaml is in zentyal-openvpn 2.3.10+quantal1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | class: 'EBox::OpenVPN'
depends:
- ca
- network
models:
- Servers
- ServerConfiguration
- ExposedNetworks
- DownloadClientBundle
- Clients
- ClientConfiguration
- UploadClientBundle
- DeletedDaemons
modeldepends:
ExposedNetworks:
objects/ObjectTable: [object]
foreign:
Clients: [ClientConfiguration, UploadClientBundle]
Servers: [ServerConfiguration, ExposedNetworks, DownloadClientBundle]
|