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

    VoxBot

    02/09/2024, 9:31 AM
    Zhenech: can you review https://github.com/voxpupuli/puppet-unbound/pull/335
  • v

    VoxBot

    02/09/2024, 9:32 AM
    sure
  • v

    VoxBot

    02/09/2024, 9:34 AM
    Zhenech: https://github.com/voxpupuli/puppet-unbound/pull/336
  • v

    VoxBot

    02/09/2024, 9:44 AM
    Zhenech++
  • d

    Dr Bunsen Honeydew

    02/09/2024, 9:44 AM
    zhenech +1! (Karma: 19)
  • m

    Markus Zilch

    02/09/2024, 9:49 AM
    https://github.com/voxpupuli/puppet-cassandra/pull/480 pls
  • m

    Markus Zilch

    02/09/2024, 9:55 AM
    https://github.com/voxpupuli/puppet-augeasproviders_puppet/pull/9 pls
  • m

    Markus Zilch

    02/09/2024, 10:00 AM
    https://github.com/voxpupuli/puppet-cassandra/pull/481 and this one pls
  • m

    Markus Zilch

    02/09/2024, 10:09 AM
    https://github.com/voxpupuli/puppet-cassandra/pull/482 and this
  • m

    Markus Zilch

    02/09/2024, 10:40 AM
    https://github.com/voxpupuli/puppet-cassandra/pull/483 another one
  • v

    VoxBot

    02/09/2024, 11:41 AM
    can I get a review https://github.com/voxpupuli/puppet-ipset/pull/98 ?
  • t

    tuxmea

    02/09/2024, 1:08 PM
    Can the community please vote on how HDM should deal with merge behavior (unique and deep) in case of non-matching data types in hiera? https://github.com/betadots/hdm/discussions/296
  • m

    Markus Zilch

    02/09/2024, 1:41 PM
    can i get a review for https://github.com/voxpupuli/puppet-ghostbuster/pull/91?
  • v

    VoxBot

    02/09/2024, 3:43 PM
    how do I access a fact with a dot in the name via
    puppet facts show
    ?
  • v

    VoxBot

    02/09/2024, 3:43 PM
    something like puppet facts show networking.interfaces.'foo.123', just in working
  • v

    VoxBot

    02/09/2024, 3:44 PM
    ip link add foo.123 type dummy && ip a a 10.10.10.10/32 dev foo.123 if someone wants to test
  • v

    VoxBot

    02/09/2024, 3:45 PM
    I have no idea if you can
  • v

    VoxBot

    02/09/2024, 3:45 PM
    perhaps there's \ to escape it, but I doubt it
  • v

    VoxBot

    02/09/2024, 3:46 PM
    I tried all the slashes :D
  • v

    VoxBot

    02/09/2024, 3:46 PM
    that seems to be broken
  • v

    vchepkov

    02/09/2024, 3:51 PM
    Copy code
    $ puppet facts show networking.interfaces|jq -M '."networking.interfaces"."eth1.2997"'
    {
      "bindings": [
        {
          "address": "10.222.197.28",
          "netmask": "255.255.255.0",
          "network": "10.222.197.0"
        }
      ],
      "ip": "10.222.197.28",
      "mac": "00:50:56:85:22:6e",
      "mtu": 1500,
      "netmask": "255.255.255.0",
      "network": "10.222.197.0",
      "operational_state": "up",
      "physical": false
    }
  • v

    VoxBot

    02/09/2024, 3:51 PM
    well
  • v

    VoxBot

    02/09/2024, 3:51 PM
    yes
  • v

    VoxBot

    02/09/2024, 3:51 PM
    :D
  • v

    vchepkov

    02/09/2024, 3:51 PM
    🙂
  • l

    Lumiere

    02/09/2024, 3:53 PM
    jq fixes everything
  • l

    Lumiere

    02/09/2024, 3:53 PM
    it's 100% in my "must be installed on everything" list of packages now
  • v

    VoxBot

    02/09/2024, 3:54 PM
    yes but you could assume that if facter supports dots in fact names it supports also looking up facts with dots
  • v

    VoxBot

    02/09/2024, 3:54 PM
    now a) that's not possible or b) way too complicated
  • l

    Lumiere

    02/09/2024, 3:55 PM
    I am so glad that I am not having to reverse dot notation on facts (I am writing some reporting that converts the hash to a dot notation to stuff in a local sqlitedb)
1...589590591...648Latest