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
If you update the ssl ca or key files that logstash-forwarder uses, the puppet module does not notify the logstash-forwarder service and so it is not restarted.
It's possible we just need something like this in manifests/config.pp:
If you update the ssl ca or key files that logstash-forwarder uses, the puppet module does not notify the logstash-forwarder service and so it is not restarted.
It's possible we just need something like this in manifests/config.pp:
And the same for the 'file { "${ssldir}/${basefilename_ssl_ca}"' declaration.