Skip to content

Commit d2f6007

Browse files
author
olevole
committed
FreeBSD: change additional_packages to easy-rsa2
the default easy-rsa package in FreeBSD gets easy-rsa 3.0.5 which for some reason does not work correctly in puppet-openvpn under FreeBSD platform ( of course with changed $default_easyrsa_ver ) Therefore, temporarily specify the correct easy-rsa 2x package name for FreeBSD: https://www.freshports.org/security/easy-rsa2/ I will try to look soon for easy-rsa 3.0.5 and puppet-openvpn error with FreeBSD platform. Tested on: FreeBSD 11 FreeBSD 12 ( Puppet client: puppet5-5.5.6, Puppet server: 5.3.5 )
1 parent 52682b3 commit d2f6007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
$group = 'nogroup'
104104
$link_openssl_cnf = true
105105
$pam_module_path = '/usr/local/lib/openvpn/openvpn-auth-pam.so'
106-
$additional_packages = ['easy-rsa']
106+
$additional_packages = ['easy-rsa2']
107107
$easyrsa_source = '/usr/local/share/easy-rsa'
108108
$default_easyrsa_ver = '2.0'
109109
$namespecific_rclink = true

0 commit comments

Comments
 (0)