Skip to content

Commit

Permalink
Add missing timeout for EasyRSA 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Dec 12, 2018
1 parent 52fd0d6 commit a84b77e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/ca.pp
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@

exec { "generate dh param ${name}":
command => './easyrsa --batch gen-dh',
timeout => 20000,
cwd => "${etc_directory}/openvpn/${name}/easy-rsa",
creates => "${etc_directory}/openvpn/${name}/easy-rsa/keys/dh.pem",
provider => 'shell',
Expand Down

0 comments on commit a84b77e

Please sign in to comment.