Displaying 1 result from an estimated 1 matches for "openvpn_serv".
Did you mean:
openvpnserv
2007 Oct 28
9
openvpn recipe: comments, suggestions, help
...s causes; enable set to true tries to call
** update-rc.d with the service name (openvpn_tunnel) but there is
** only one init.d/openvpn script that can be enabled/disabled
# For Debian systems start/stop can be called with tunnel name allowing
# VPNs to be controlled separately
define openvpn_service {
service { "openvpn_$name":
ensure => true,
# Can''t use enable and init - how to use debian and enable, but with multiple services for
# the same package
# enable => true,
hasrestart => false,
provider => "init&...