Raphaël Pinson

Results 208 comments of Raphaël Pinson

FTR, `puppetdb_query()` is now a standard function that comes with the PuppetDB termini package: https://puppet.com/docs/puppetdb/5.2/api/query/tutorial.html

@applewiskey another option for you would be to use `puppet-lint` to automate the migration. Writing a `puppet-lint` plugin allows you to detect usage of the `query_nodes` or `query_facts` and you...

Still seeing this with version 3.0.1 today.

Yes, that is using a Docker container iirc.

I do that already for trainings where I include specific chapters, but for specific slides it forces to split the slides into separate files, which I find cumbersome (but maybe...

Is there any news on this PR? This would be extremely useful!

Opened an issue in the lib project at https://github.com/xenolf/lego/issues/358

@aditighag is it fine like this?

Yes @aanm, you need to pass `--set-string extraConfig.enable-envoy-config=true`

It could be fixed in the helm chart in cilium/cilium instead, but that would mean replacing the current `{{ toYaml .Values.extraConfig | nindent 2 }}` with a loop over each...