File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Expand file tree Collapse file tree 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.
2626* Debian
2727* CentOS
2828* RedHat
29+ * Solaris
2930
3031## Dependencies
3132 - [ 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 2424 when %r{FreeBSD}
2525 binaryv2 = '/usr/local/share/easy-rsa/pkitool'
2626 binaryv3 = '/usr/local/share/easy-rsa/easyrsa'
27+ when %r{Solaris}
28+ binaryv3 = '/opt/local/bin/easyrsa'
2729 end
2830
2931 if File . exist? binaryv3
Original file line number Diff line number Diff line change 4343 },
4444 {
4545 "operatingsystem" : " FreeBSD"
46+ },
47+ {
48+ "operatingsystem" : " Solaris"
4649 }
4750 ],
4851 "requirements" : [
You can’t perform that action at this time.
0 commit comments