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

    VoxBot

    06/19/2023, 5:46 PM
    I thought they provide regular repos?
  • v

    VoxBot

    06/19/2023, 5:46 PM
    ah
  • v

    VoxBot

    06/19/2023, 5:49 PM
    Should be easy to set it up: https://help.cloudsmith.io/docs/debian-repository#public-repositories
  • v

    VoxBot

    06/19/2023, 5:49 PM
    But they don't use the
    add-apt-repository
    format for automatically setting up a repo
  • v

    VoxBot

    06/19/2023, 5:49 PM
    ah yeah
  • v

    VoxBot

    06/19/2023, 5:49 PM
    I just checked https://dl.cloudsmith.io/public/voxpupuli/webhook-go/config.rpm.txt?distro=el&codename=9 and that looks like a normal repo file
  • v

    VoxBot

    06/19/2023, 5:51 PM
    Yeah, it should be simple enough. Just have to add a few additional resources to account for keys and the like 🤷
  • v

    VoxBot

    06/19/2023, 5:51 PM
    I've just gotten really used to being able to add an apt repo and have it grab the keys at the same time (granted it awaits user input so I can compare the downloaded key with what is expected)
  • m

    Markus Zilch

    06/19/2023, 8:42 PM
    can someone have a look? https://github.com/voxpupuli/puppet-openssl/pull/165
  • t

    Tino Müller

    06/20/2023, 8:42 AM
    I created this PR: https://github.com/voxpupuli/puppet-r10k/pull/607, which adds among other things an acceptance test. While the test is working for Ubuntu, it is failing for CentOS and Archlinux. I am new to acceptance tests. What am I missing?
  • b

    bastelfreak

    06/20/2023, 8:45 AM
    mhm good question
  • b

    bastelfreak

    06/20/2023, 8:45 AM
    we should also move the data from params.pp to init.pp
  • t

    Tino Müller

    06/20/2023, 8:54 AM
    When running manually in a centos7 container, the error message is this:
    Copy code
    Error: Could not start Service[webhook-go]: Execution of '/sbin/service webhook-go start' returned 1: Redirecting to /bin/systemctl start webhook-go.service
    Failed to get D-Bus connection: Operation not permitted
    Error: /Stage[main]/R10k::Webhook::Service/Service[webhook-go]/ensure: change from 'stopped' to 'running' failed: Could not start Service[webhook-go]: Execution of '/sbin/service webhook-go start' returned 1: Redirecting to /bin/systemctl start webhook-go.service
    Failed to get D-Bus connection: Operation not permitted
    Seems to be related to systemd, Google says. OTOH, when I run the acceptance test for https://github.com/voxpupuli/puppet-rsyslog on centos7, the test for the service works. I am unable to spot any differences in the test setup. Probably I am looking into the wrong places.
  • s

    Shaik Ishak

    06/20/2023, 12:10 PM
    Hi team, there is any module for uCMDB?
  • b

    bastelfreak

    06/20/2023, 12:11 PM
    see #puppet 🙂
  • l

    Lumiere

    06/20/2023, 4:55 PM
    is there a known way to pass fastcgi_pass via a nginx:resource:location
  • s

    sebastianrakel

    06/20/2023, 6:33 PM
    @Lumiere the parameter is called fastcgi
  • l

    Lumiere

    06/20/2023, 6:34 PM
    I finally found it
  • s

    sebastianrakel

    06/20/2023, 6:34 PM
    https://github.com/voxpupuli/puppet-nginx/blob/master/templates/server/locations/fastcgi.erb#L9
  • l

    Lumiere

    06/20/2023, 6:34 PM
    now I just have to figure out the SELinux
  • l

    Lumiere

    06/20/2023, 10:34 PM
    ok, we've made a terrible selinux module to bypass that issue for now... now how do I disable the fastcgi_params file in nginx:resourcelocation...
  • v

    VoxBot

    06/21/2023, 6:52 AM
    from https://github.com/voxpupuli/puppet-trusted_ca/actions/runs/5289587403/jobs/9658193318: I cannot do puppet module install puppetlabs-stdlib -v 9.1.0 && puppet module install puppetlabs-apache -v 10.1.0
  • v

    VoxBot

    06/21/2023, 6:52 AM
    that fails with puppetlabs-stdlib, installed: 9.1.0, expected: >= 4.13.1 < 10.0.0
  • d

    Dr Bunsen Honeydew

    06/21/2023, 6:52 AM
    See the
    puppetlabs-stdlib
    module at https://forge.puppet.com/puppetlabs/stdlib?src=slack&amp;channel=voxpupuli
  • v

    VoxBot

    06/21/2023, 6:52 AM
    but why
  • y

    Yury Bushmelev

    06/21/2023, 6:58 AM
    The module itself wants stdlib < 9 as I see.. it might be related
  • v

    VoxBot

    06/21/2023, 7:00 AM
    that's already adjusted: https://github.com/voxpupuli/puppet-trusted_ca/pull/52/files#diff-12e598daecade60b04e493f45c134fec9287ac7471114d95d1995b4fb651a6c8R60 (and that's probably the reason why stdlib 9.1 is even installed)
  • y

    Yury Bushmelev

    06/21/2023, 7:02 AM
    Ah, yes.. I see now
  • y

    Yury Bushmelev

    06/21/2023, 7:03 AM
    Well.. debug and trace are your friends I guess..
  • y

    Yury Bushmelev

    06/21/2023, 7:12 AM
    looks weird actually..
1...517518519...643Latest