Thomas Lohner
Thomas Lohner
This fixes #1053 Pull request acceptance prerequisites: - [x] Signed the [CLA](https://www.elastic.co/contributor-agreement/) (if not already signed) - [x ] Rebased/up-to-date with base branch - [ ] Tests pass - [...
* Module version: 6.4.0 / master * Puppet version: all * OS and version: all ## Bug description Trying to set the jvm_option `-Xms1024m` does not work. The resulting `jvm.options`-File...
This fixes #128. Changes to config or `supervisord::program` resources should always be applied, regardless of how the service is managed.
We are running supervisor in Docker containers. In this scenario supervisor can't be run as a daemon but instead runs in foreground. So we are setting `supervisord::service_manage: false`. With this...
### My Usecase I'm building a proxy server that stores optimized versions of response bodies for the next request to be served from cache. This means writing the response body...
Same principle as with the Importer: We got rid of all specific importers and implemented one generic Import via API. Now we need to get rid of all specific implementations...