File tree 4 files changed +11
-0
lines changed
4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Puppet module to manage OpenVPN servers and clients.
26
26
* Debian
27
27
* CentOS
28
28
* RedHat
29
+ * Solaris
29
30
30
31
## Dependencies
31
32
- [ puppetlabs-concat 3.0.0+] ( https://github.com/puppetlabs/puppetlabs-concat )
Original file line number Diff line number Diff line change
1
+ openvpn::etc_directory : ' /opt/local/etc'
2
+ openvpn::server_directory : ' /opt/local/etc/openvpn'
3
+ openvpn::group : ' nogroup'
4
+ openvpn::default_easyrsa_ver : ' 3.0'
5
+ openvpn::easyrsa_source : ' /opt/local/share/examples/easyrsa'
Original file line number Diff line number Diff line change 24
24
when %r{FreeBSD}
25
25
binaryv2 = '/usr/local/share/easy-rsa/pkitool'
26
26
binaryv3 = '/usr/local/share/easy-rsa/easyrsa'
27
+ when %r{Solaris}
28
+ binaryv3 = '/opt/local/bin/easyrsa'
27
29
end
28
30
29
31
if File . exist? binaryv3
Original file line number Diff line number Diff line change 43
43
},
44
44
{
45
45
"operatingsystem" : " FreeBSD"
46
+ },
47
+ {
48
+ "operatingsystem" : " Solaris"
46
49
}
47
50
],
48
51
"requirements" : [
You can’t perform that action at this time.
0 commit comments