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
this is not a "real" issue, just a suggestion for the readme....
Maybe I'm missing something, but if I configure a server as a client exactly as shown in the readme, it doesn't work (I can remember it used to work some releases ago, but here on Debian Jessie with the most current pull of the module it doesn't)
Error 400 on SERVER: Could not find resource 'Openvpn::Ca[connection_name]' for relationship on 'Service[openvpn@connection_name]'
But when using the extca parameters, everything's working as excepted.
only fyi, I've had the same problem. When you set the remote var the only extra parameters you need are:
extca_enabled, extca_ca_cert_file, extca_server_cert_file, extca_server_key_file.
You can read it in server.pp:
# [*extca_enabled*] # Boolean. Turn this on if you are using an external CA solution, like FreeIPA. # Once enabled, you must configure the remaining extca_* parameters. # Default: false
Hi Luxflux,
this is not a "real" issue, just a suggestion for the readme....
Maybe I'm missing something, but if I configure a server as a client exactly as shown in the readme, it doesn't work (I can remember it used to work some releases ago, but here on Debian Jessie with the most current pull of the module it doesn't)
Error 400 on SERVER: Could not find resource 'Openvpn::Ca[connection_name]' for relationship on 'Service[openvpn@connection_name]'
But when using the extca parameters, everything's working as excepted.
Maybe this could be updated in the readme just to avoid questions ? ;-)
The text was updated successfully, but these errors were encountered: