Maxime VISONNEAU

Results 56 comments of Maxime VISONNEAU

I believe this is expected 🤔 simply click on "Single, anonymous account" and you should be good to go.

FWIW, I also ran into this issue this morning. The culprit on my end was that I was running on wkhtmltopdf `v0.12.5`. Upgrading to the latest version `v0.12.6` sorted it.

FWIW, here is how the propagation seems to work for the opentelemetry lib: https://github.com/open-telemetry/opentelemetry-go/blob/main/propagation/trace_context.go

I simplified a bit my profile to illustrate : ``` puppet class profiles::dns::public ( $zones = {}, $records_a = {}, ) { validate_hash( $zones ) validate_hash( $records_a ) package {...

I unfortunately got the same results with : ``` yaml --- profiles::dns::public::zones: example.com.: {} profiles::dns::public::records_a: 'foo.example.com.': ensure: present zone: example.com. ttl: 300 values: [127.0.0.1] 'bar.example.com.': ensure: present zone: example.com. ttl:...

Here is the debug log : ``` [root@trusty:~]# puppet agent -t --debug Debug: Evicting cache entry for environment 'production' Debug: Caching environment 'production' (ttl = 0 sec) [..] Info: Loading...

@ahenroid, I haven't tried with the latest version of the module to see if this was still an issue. I now use terraform for cloud resources provisioning anyway.

@rbg, unfortunately I haven't opened any related issue. My personal use case which required this change was when working within a very constraint system (

If there is appetite to merge it, let me know and I will rebase / fix the typo, I have been using it as part of this project for a...