https://www.puppet.com/community logo
Join Slack
Powered by
# puppet
  • v

    vchepkov

    07/27/2022, 11:51 PM
    https://github.com/puppetlabs/facter/blob/3.x/lib/src/facts/windows/operating_system_resolver.cc#L208-L209
  • s

    smortex

    07/27/2022, 11:52 PM
    I have to admit I switched to Puppet 7 quickly and have not touched old facter code for quite some time. also contributed fixes and enhancements to facter 4 without trying to get these merged into facter 3
  • s

    smortex

    07/27/2022, 11:52 PM
    (windows 11 related recently)
  • v

    vchepkov

    07/27/2022, 11:53 PM
    the moment LTS based on 7 is there, I will be building new infra
  • v

    vchepkov

    07/27/2022, 11:54 PM
    someone must think it's not ready for prime
  • s

    smortex

    07/27/2022, 11:54 PM
    realize Puppet Enteprise LTS is based on Puppet 6
  • s

    smortex

    07/27/2022, 11:55 PM
    damned, Puppet Enterprise really is an Enterprise Product™ⓡ… 😱
  • s

    smortex

    07/27/2022, 11:55 PM
    damned, Puppet Enterprise really is an Enterprise Product™ⓡ… 😱
  • v

    vchepkov

    07/27/2022, 11:58 PM
    Well, first 6 based LTS had puppet 6.16. 7.17 is out there, so any moment now 🙂
  • s

    smortex

    07/27/2022, 11:58 PM

    https://youtu.be/i6mGfZrypP4?t=2013▾

    🧌
  • s

    smortex

    07/27/2022, 11:58 PM
    (just the 20s at that position 😄 )
    😆 1
    😁 1
  • h

    hbui

    07/27/2022, 11:59 PM
    In looking through that C++ file, it looks like the basis for a number of the facts is just pulling registry keys
  • v

    vchepkov

    07/28/2022, 12:00 AM
    well it gets 6.3 correctly, but doesn't translate that to 2012 R2 even though it should
  • s

    smortex

    07/28/2022, 12:02 AM
    @vchepkov
    facter --version
    with facterng ? OSS Puppet AIO has 4.2.10
  • s

    smortex

    07/28/2022, 12:02 AM
    if they are not lagging too much behind maybe the error you see can be fixed?
  • v

    vchepkov

    07/28/2022, 12:03 AM
    I don't see a switch to run facterng
  • v

    vchepkov

    07/28/2022, 12:04 AM
    facter doesn't read puppet.conf , imho
  • v

    vchepkov

    07/28/2022, 12:04 AM
    facter doesn't read puppet.conf , imho
  • s

    smortex

    07/28/2022, 12:04 AM
    maybe /opt/.../bin/facterng ?
  • v

    vchepkov

    07/28/2022, 12:05 AM
    Copy code
    C:\ProgramData\PuppetLabs>facter --version
    3.14.23 (commit 46e6e6ffdecff72b75853af43a11acdf2d36752c)
  • v

    vchepkov

    07/28/2022, 12:05 AM
    if only it was
    /opt
    🙂
  • v

    vchepkov

    07/28/2022, 12:06 AM
    Copy code
    C:\ProgramData\PuppetLabs>facter-ng --version
    4.2.8
  • v

    vchepkov

    07/28/2022, 12:06 AM
    Copy code
    C:\ProgramData\PuppetLabs>facter --version
    3.14.23 (commit 46e6e6ffdecff72b75853af43a11acdf2d36752c)
  • s

    smortex

    07/28/2022, 12:13 AM
    Hum so still slightly older than the latest "ng" 🙂
  • s

    smortex

    07/28/2022, 12:13 AM
    Mind sharing the error backtrace when running with
    --trace
    ?
  • s

    smortex

    07/28/2022, 12:13 AM
    Mind sharing the error backtrace when running with
    --trace
    ?
  • v

    vchepkov

    07/28/2022, 12:14 AM
    facter-ng doesn't fail, puppet does
    😒 1
  • v

    vchepkov

    07/28/2022, 12:15 AM
    ah, forgot -p
  • v

    vchepkov

    07/28/2022, 12:15 AM
    let me put it to gist somewhere
  • v

    vchepkov

    07/28/2022, 12:26 AM
    https://gist.github.com/vchepkov/a3834627942056c7b74920b9f23789bb
1...110111112...428Latest