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

    bastelfreak

    07/21/2023, 7:03 PM
    done
    ❤️ 1
  • v

    VoxBot

    07/24/2023, 7:13 AM
    can I get a review for https://github.com/voxpupuli/puppet_metadata/pull/97
    ✅ 1
  • s

    Slackbot

    07/25/2023, 7:45 AM
    This message was deleted.
    y
    b
    • 3
    • 10
  • s

    Slackbot

    07/25/2023, 3:07 PM
    This message was deleted.
    d
    b
    d
    • 4
    • 7
  • v

    VoxBot

    07/26/2023, 8:41 AM
    good thing I'm unemployed. unfortunately, I no longer work on Puppet things
  • v

    VoxBot

    07/26/2023, 11:30 AM
    TIL https://puppet.style/
  • v

    VoxBot

    07/26/2023, 11:30 AM
    meena: o/
  • v

    VoxBot

    07/26/2023, 11:30 AM
    meena: how are you doing
  • v

    VoxBot

    07/26/2023, 11:32 AM
    bastelfreak: doesn't look like a Puppet writing style guide but more from a branding / design perspective
  • v

    VoxBot

    07/26/2023, 11:32 AM
    yep
  • v

    VoxBot

    07/26/2023, 11:33 AM
    that's what PE and CD4PE use
  • v

    VoxBot

    07/26/2023, 11:33 AM
    I didn't know it's public
  • v

    VoxBot

    07/26/2023, 12:03 PM
    bastelfreak: unexpectedly, kernel hacking, for this cloud-init project
  • v

    VoxBot

    07/26/2023, 12:04 PM
    my partner finally got her driving license, so i don't need to sit in the car all the time, which means my brain works a lot better
  • v

    VoxBot

    07/26/2023, 12:05 PM
    so you can now sit on a bike? :D
  • v

    VoxBot

    07/26/2023, 12:10 PM
    I need to build up some stamina before I'm okay with cycling in this shite a weather
  • v

    VoxBot

    07/26/2023, 12:11 PM
    my partner's got the office in town today, and i was doing childcare until now. now kiddo is gone to the grandparents, and I can do sensible things like laundry, and computer
  • v

    VoxBot

    07/26/2023, 12:29 PM
    instructions unclear, ended up hacking the washing machine?
  • y

    Yehuda Katz

    07/26/2023, 1:17 PM
    Our puppetboard is not displaying facts on node pages, but the facts are clearly in the database because they are on the facts pages and show all the correct nodes. Any thoughts?
  • y

    Yehuda Katz

    07/26/2023, 1:23 PM
    Found a 500 error
    Copy code
    ERROR:puppetboard.core:Exception on /node/dc4.example.com/facts/json [GET]
    Traceback (most recent call last):
      File "/srv/puppetboard/virtenv-puppetboard/lib64/python3.9/site-packages/flask/app.py", line 2528, in wsgi_app
        response = self.full_dispatch_request()
      File "/srv/puppetboard/virtenv-puppetboard/lib64/python3.9/site-packages/flask/app.py", line 1825, in full_dispatch_request
        rv = self.handle_user_exception(e)
      File "/srv/puppetboard/virtenv-puppetboard/lib64/python3.9/site-packages/flask/app.py", line 1823, in full_dispatch_request
        rv = self.dispatch_request()
      File "/srv/puppetboard/virtenv-puppetboard/lib64/python3.9/site-packages/flask/app.py", line 1799, in dispatch_request
        return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
      File "/srv/puppetboard/virtenv-puppetboard/lib64/python3.9/site-packages/puppetboard/views/facts.py", line 50, in fact_ajax
        if fact in app.config['GRAPH_FACTS'] and value is None and node is None:
    TypeError: 'in <string>' requires string as left operand, not NoneType
  • y

    Yehuda Katz

    07/26/2023, 1:26 PM
    From the config:
    GRAPH_FACTS = "architecture,puppetversion,osfamily"
  • y

    Yehuda Katz

    07/26/2023, 1:33 PM
    https://github.com/voxpupuli/puppetboard/issues/907
  • y

    Yury Bushmelev

    07/26/2023, 1:52 PM
    osfamily doesn’t exists on Puppet 8 I bet
  • y

    Yury Bushmelev

    07/26/2023, 1:53 PM
    not sure about other facts in the GRAPH_FACTS
  • d

    David Sandilands

    07/26/2023, 2:54 PM
    theres a doc being produced to map this out in terms of legacy facts and replacements
  • s

    Slackbot

    07/26/2023, 3:00 PM
    This message was deleted.
    d
    • 2
    • 1
  • b

    bastelfreak

    07/26/2023, 3:00 PM
    mhm didn't we merge that into puppet-lint cor
  • b

    bastelfreak

    07/26/2023, 3:01 PM
    https://github.com/puppetlabs/puppet-lint/blob/main/lib/puppet-lint/plugins/legacy_facts/legacy_facts.rb#L35-L104
  • y

    Yehuda Katz

    07/26/2023, 5:02 PM
    A fact that is in the list not existing shouldn't trigger this - it is checking each fact that does exist to see if it is in the list
  • b

    bastelfreak

    07/26/2023, 5:04 PM
    @Yehuda Katz are you able to provide a patch for this or track the issue down?
1...559560561...648Latest