You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clinet_specific_config type requires openvpn::client which fails when server has extca_enabled => true. It would be great if we can remove/workaround that dependency and use clinet_specific_config type with extca enabled.
The text was updated successfully, but these errors were encountered:
spacedog
added a commit
to spacedog/puppet-openvpn
that referenced
this issue
Mar 16, 2017
There is no need to require openvpn::client tpe as client configs
don't rely on any of that type resources. It also not possible to use
client_specific_config if extca_enabled is set to true for a server due
to openvpn::client failure.
Fixesvoxpupuli#229
Signed-off-by: Anton Baranov <[email protected]>
There is no need to require openvpn::client type as client configs
don't rely on any of that type resources. It also not possible to use
client_specific_config if extca_enabled is set to true for a server due
to openvpn::client failure.
Fixesvoxpupuli#229
Signed-off-by: Anton Baranov <[email protected]>
clinet_specific_config
type requiresopenvpn::client
which fails when server hasextca_enabled => true
. It would be great if we can remove/workaround that dependency and useclinet_specific_config
type with extca enabled.The text was updated successfully, but these errors were encountered: