bastelfreak
06/17/2025, 8:57 AMlirion
06/17/2025, 8:57 AMlirion
06/17/2025, 9:00 AMlirion
06/17/2025, 9:03 AMbastelfreak
06/17/2025, 9:09 AMpuppet code deploy
bastelfreak
06/17/2025, 9:09 AMlirion
06/17/2025, 9:49 AMvchepkov
06/17/2025, 1:32 PMPhilippe Sainte-Marie
06/19/2025, 12:20 PMError: Could not retrieve catalog from remote server: Request to <https://pe-primary.xxxx:8140/puppet/v3/catalog/pe-primary.xxxx?environment=production> failed after 59.078 seconds: SSL_read: unexpected eof while reading
Wrapped exception:
SSL_read: unexpected eof while reading
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
I have a case with support ongoing but if anyone saw this in the past ... ๐Moe
06/23/2025, 8:03 AMThe repository '<https://apt-puppetcore.puppet.com> noble Release' does not have a Release file.
this is with successful authentication.
<https://apt-puppetcore.puppet.com/dists/noble/>
also throws a 404. I was hoping for at least a directory listing but no lucktuxmea
06/23/2025, 8:21 AMMoe
06/23/2025, 8:42 AMbastelfreak
06/23/2025, 9:28 AMtuxmea
06/23/2025, 10:05 AMMoe
06/23/2025, 2:40 PMIf you signed the Developer EULA it doesn't allow you to work on public/open source moduleswhat the? Ugh yeah I didn't know that. What a red flag
bastelfreak
06/23/2025, 2:44 PMJason St-Cyr
06/23/2025, 5:07 PMtuxmea
06/23/2025, 5:38 PMSkylar Thompson
06/23/2025, 9:49 PMpre_condition
blocks, but it seems that either pre_condition
is not being called or the declared mock function is not in scope and we're seeing the underlying function instead in our tests.
Is there some change to how pre_condition
works with the new PDK/Puppet? I'm still early in the debugging so could be off-base but thought I'd ask before scratching my head some more...bastelfreak
06/24/2025, 8:58 PMvchepkov
06/26/2025, 12:18 AM(Facter) Fact resolution fact='default_route_ip', resolution='<anonymous>' resolved to an invalid value: String "192.168.1.49" contains binary data
vchepkov
06/26/2025, 12:18 AMvchepkov
06/26/2025, 12:22 AM# facter -p letsencrypt_directory
[2025-06-26 00:21:15.052285 ] ERROR Facter - Fact resolution fact='letsencrypt_directory', resolution='<anonymous>' resolved to an invalid value: String "<http://puppet.example.com|puppet.example.com>" contains binary data
josh
06/26/2025, 1:40 AMโฏ ruby -rsocket -e 'puts Socket.gethostname.encoding'
ASCII-8BIT
josh
06/26/2025, 1:52 AM- names = san.value.split(',').map { |entry| entry.split(':')[1] }
+ names = san.value.split(',').map { |entry| entry.split(':')[1].force_encoding(Encoding::UTF_8) }
vchepkov
06/26/2025, 2:28 AMjosh
06/26/2025, 4:00 AMvchepkov
06/26/2025, 9:45 AMkenyon
06/26/2025, 7:15 PMkenyon
06/30/2025, 10:43 PM:ref => 'refs/pull/1234/merge'
for modules listed in Puppetfile
on PE 2025.2.0, even though the commit message says "control repo". On PE 2023.8.0, which has r10k 4.1.0, using such a ref still works.