Displaying 1 result from an estimated 1 matches for "host1_host2_port".
2007 Oct 28
9
openvpn recipe: comments, suggestions, help
...uot;,
content => template("openvpn/shared.conf"),
require => [ File["$name-server-key"] ],
}
} # openvpn_server
class openvpn {
include openvpn_base
$host1_host2_net = "192.168.30"
$host1_host2_port = "44430"
$host2_host3_net = "192.168.40"
$host2_host3_port = "44440"
case $name {
host2: {
openvpn_client { "host2":
port => $host1_host2_port,
server => "host1",...