# == Class: openvpn # # This module installs the openvpn service, configures vpn endpoints, generates # client certificates, and generates client config files # # # === Examples # # * Installation: # class { 'openvpn': } # # # === Authors # # * Raffael Schmid # * John Kinsella # * Justin Lambert # class openvpn { class {'openvpn::install': } -> class {'openvpn::config': } ~> class {'openvpn::service': } -> Class['openvpn'] }