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

    VoxBot

    06/16/2023, 1:24 PM
    and https://github.com/voxpupuli/puppet-opensearch/pull/31 please
  • v

    VoxBot

    06/16/2023, 4:49 PM
    and now https://github.com/voxpupuli/puppet-opensearch/pull/33 please :)
  • v

    VoxBot

    06/16/2023, 6:01 PM
    and https://github.com/voxpupuli/modulesync/pull/269 please
  • v

    VoxBot

    06/16/2023, 6:09 PM
    ah well
  • v

    VoxBot

    06/16/2023, 6:22 PM
    https://github.com/voxpupuli/modulesync/pull/270
  • s

    Slackbot

    06/18/2023, 5:54 AM
    This message was deleted.
    Untitled.pp
    k
    s
    +2
    • 5
    • 30
  • r

    Robert Waffen

    06/19/2023, 8:40 AM
    is someone from the kmod people around and might be able to say something about: https://github.com/voxpupuli/puppet-kmod/issues/96 there might be an issue with the kmod module and kvm_intel 🤔
  • y

    Yury Bushmelev

    06/19/2023, 9:11 AM
    not from the kmod team but I guess it blocked on read().. so need either non-blocking read or some timeout..
  • r

    Robert Waffen

    06/19/2023, 10:56 AM
    thx, thats a thing to start with...
  • r

    Robert Waffen

    06/19/2023, 11:43 AM
    we've tried read_nonblocking and io_read. but it seems to block even only when you try to read the parameters of kvm_intel. how about we implement a path, where you can put a blacklist file and those modules name inside of it will be skipped in the fact? last resort will be to just blacklist the whole kvm fact in our facter config.
  • y

    Yury Bushmelev

    06/19/2023, 1:15 PM
    I’d say users can blacklist facts themselves
  • y

    Yury Bushmelev

    06/19/2023, 1:16 PM
    We can add a way to avoid crawling some subdirs maybe
  • r

    Robert Waffen

    06/19/2023, 1:16 PM
    yes, i meant, me as a user will blacklist the fact, without any changes on the module
    👍🏻 1
  • d

    David Sandilands

    06/19/2023, 1:45 PM
    I got a pull request in to add windows servers to facterdb for 4.3 and 4.4 but tests looking to be failing for non data based reasons https://github.com/voxpupuli/facterdb/actions/runs/5312602573/jobs/9617330010?pr=273
  • s

    Slackbot

    06/19/2023, 1:47 PM
    This message was deleted.
    👍🏻 1
    v
    • 2
    • 1
  • v

    vchepkov

    06/19/2023, 1:55 PM
    and you can block udev completely if you are on puppet 7
    Copy code
    # cat /etc/puppetlabs/facter/facter.conf 
    fact-groups: {
      blocked-facts: [
          "kmods",
          "udev"
      ]
    }
    facts: {
      blocklist: [
         "blocked-facts"
      ]
    }
  • s

    Slackbot

    06/19/2023, 1:57 PM
    This message was deleted.
    d
    • 2
    • 1
  • c

    cruelsmith

    06/19/2023, 3:29 PM
    Do you know if puppetlabs is aware of the fact that puppetlabs-apache v10.1.0 require puppetlabs-stdlib v8.4.0 but the metadata still says the support also v4.13.1 ? see https://github.com/puppetlabs/puppetlabs-apache/pull/2419
  • d

    Dr Bunsen Honeydew

    06/19/2023, 3:29 PM
    See the
    puppetlabs-apache
    module at https://forge.puppet.com/puppetlabs/apache?src=slack&channel=voxpupuli
  • l

    Lumiere

    06/19/2023, 3:31 PM
    @cruelsmith that's probably better for the #puppet channel directly, but maybe someone from the modules team will see it here
    👍 1
  • v

    vchepkov

    06/19/2023, 3:31 PM
    or #forge-modules
  • v

    VoxBot

    06/19/2023, 3:57 PM
    bastelfreak Flipez - I have some ideas for Tasks that could make it useful for more users outside of VP. For example, move the Modulesync monitoring to a Rails Engine that can be enabled in config. Or adding support for Gitlab and Bitbucket.
  • v

    VoxBot

    06/19/2023, 3:58 PM
    and general cleanup
  • d

    David Sandilands

    06/19/2023, 5:05 PM
    @cruelsmith I'll ping the CAT team about apache, Q3 plan isn't quite finalised yet but apache will get some work put it in to it too
  • v

    VoxBot

    06/19/2023, 5:23 PM
    dhollinger: sounds good. also upgrading the rails version would be good
  • v

    VoxBot

    06/19/2023, 5:23 PM
    dhollinger: did you had any chance to look into cloudsmith?
  • v

    VoxBot

    06/19/2023, 5:45 PM
    bastelfreak: Yes. I've got repos setup, but they don't install the same way as regular YUM and APT repos 🤦
  • v

    VoxBot

    06/19/2023, 5:45 PM
    oh?
  • v

    VoxBot

    06/19/2023, 5:46 PM
    Can't just host a PPA and YUM repo, gotta require a shell script or bunch of individual commands. I'll have to extrapolate the steps and see if they can be transalted into puppetlabs-apt and yum resources
  • d

    Dr Bunsen Honeydew

    06/19/2023, 5:46 PM
    See the
    puppetlabs-apt
    module at https://forge.puppet.com/puppetlabs/apt?src=slack&channel=voxpupuli
1...516517518...643Latest