Alexandre Fouche
Alexandre Fouche
Reset potentially inherited defaults (since the mode is not always specified in below items For example "${elasticsearch::homedir}/lib" was stripped of 'other' permissions, so my Elasticsearch was unable to start
#### Pull Request (PR) description I added automatic installation of the `...-certbot-nginx-...` package when `'plugin' => 'nginx'` is given to define `letsencrypt::certonly`. And i provided an example in Readme. ####...
## How to reproduce (e.g Puppet code you use) Set Elasticsearch logging options ``` class { 'elasticsearch': file_rolling_type => 'rollingFile', rolling_file_max_backup_index => 14, rolling_file_max_file_size => '256MB', ``` ## What are...
### About the context: In a single namespace named `postgres`, i have two `PerconaPGCluster` CR which created two different Postgres databases named `archive` and `analytics` I did not specify any...
On a k8s cluster with public worker node, the child daemonset will be available publicly on port 19999, since it runs with `hostNetwork: true` From the Securing Netdata pages, and...
Whether to replace a key or not if already in the record. Defaults to true to preserve compatibility Use case: I use the record modifier filter to add an hostname...
# What are you seeing (the issue) Someone modified `/etc/redis.conf` and put bogus values (either security issue or other guy mistake, or simply forgotten manual configuration change on machine), and...
**What steps did you take and what happened:** Since Velero 1.13, the `backup describe --details` does not show Restic / FS volumes backed up anymore. I have seen in 1.13.0...