Claus-Theodor Riegg
Claus-Theodor Riegg
Running octocatalog-diff causes similar issues: ``` Error: Could not autoload puppet/provider/elasticsearch_user_file/shield: cannot load such file -- puppet/provider/elastic_parsedfile Error: Could not autoload puppet/type/elasticsearch_user_file: Could not autoload puppet/provider/elasticsearch_user_file/shield: cannot load such file...
Seems like that the PR completely removed the support for arbiters but kept the parameters.
To configure an arbiter node the parameter must be given in the `members` parameter: ``` [ { "file": "/etc/puppetlabs/code/environments/11164_mongodb_arbiter/modules/mongodb/manifests/server.pp", "type": "Class", "title": "Mongodb::Replset", "line": 140, "resource": "51f894d009203cf274b480ed915d85a43dad0917", "environment": "11164_mongodb_arbiter", "certname":...
The problem occurs when `strict_variables` are enabled in the puppetmaster configuration: https://puppet.com/docs/puppet/5.2/configuration.html#strictvariables When the fact is empty when collectd is not installed (that's the case on the first puppet run...
I've debugged the issue and it seems that it's a problem with pointers and multithreading. I've added a debug line after [line 506 in redis.c](https://github.com/collectd/collectd/blob/main/src/redis.c#L506): `WARNING("DEBUG: ID:'%d' - SSNID:'%s' -...
I'm missing this feature too. I think the best would be if the Terraform Cloud API would accept JSON/YAML and just decode it then. A datasource or function which provides...
It would be nice if this merge request is reviewed and merged. This is an important feature which should be supported.