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
While using latest release (5.0.0), I have the following issue:
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Could not find resource 'Openvpn::Ca[lsn]' for relationship on 'Service[openvpn@lsn]' on node ip-192-168-4-8.sandbox.internal
After checking the openvpn::server definition, I think the main issue is with the different parts that add the Openvpn::Ca[...] as a prerequisite of the Service['openvpn@name'], for example this one will not match the fact that we're actually using a remote:
@juniorsysadmin or @bastelfreak or anyone in the team, care to merge the #253 and, maybe, do some release we can reach on the Forge this week? :) That would be really nice.
Hello,
While using latest release (5.0.0), I have the following issue:
The receipt raising this issue is:
After checking the
openvpn::server
definition, I think the main issue is with the different parts that add theOpenvpn::Ca[...]
as a prerequisite of theService['openvpn@name']
, for example this one will not match the fact that we're actually using a remote:source
As the
::openvpn::ca
isn't called at all if$remote
is non-null, that param should also be tested in order to add or not the prerequisite.Thank you!
Cheers,
C.
The text was updated successfully, but these errors were encountered: