Displaying 1 result from an estimated 1 matches for "openvpn_base".
2007 Oct 28
9
openvpn recipe: comments, suggestions, help
...provider => "init",
start => "/etc/init.d/openvpn start $name",
stop => "/etc/init.d/openvpn stop $name",
pattern => "openvpn\s.*$name.conf"
}
} # openvpn_service
class openvpn_base {
package { "openvpn": ensure => latest }
file { "/etc/openvpn/keys":
ensure => directory,
require => PACKAGE["openvpn"],
}
** Note the comment about not being able to use the openvpn_file. How
** to have ca_crt defined o...