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

    VoxBot

    10/24/2022, 8:36 PM
    for basic checks I think it's quite nice and simple. for everything complex we use beaker
  • v

    VoxBot

    10/24/2022, 8:37 PM
    [emerg] 59273#59273: open() "/var/run/nginx.pid" failed (13: Permission denied)
  • v

    VoxBot

    10/24/2022, 8:37 PM
    yells at selinux
  • v

    VoxBot

    10/24/2022, 8:39 PM
    do you have the proper permissions to yell at it?
    lol 1
  • v

    VoxBot

    10/24/2022, 8:40 PM
    https://bugzilla.redhat.com/show_bug.cgi?id=1268621 so manys wats
  • v

    VoxBot

    10/24/2022, 8:40 PM
    why do I still run into a 7 year old bugreport
  • v

    VoxBot

    10/24/2022, 8:41 PM
    why does
    nginx -t
    which "test configuration and exit" create a pidfile
  • v

    VoxBot

    10/24/2022, 8:41 PM
    why is the pidfile still around after it exits
  • v

    VoxBot

    10/24/2022, 8:43 PM
    we've progressed beyond the need for pidfiles anyway innit
  • v

    VoxBot

    10/24/2022, 8:47 PM
    yes
  • v

    VoxBot

    10/24/2022, 8:47 PM
    the whole unit is quite bad
  • v

    VoxBot

    10/24/2022, 9:02 PM
    can I get a review for https://github.com/voxpupuli/puppet-nftables/pull/153
  • v

    VoxBot

    10/24/2022, 9:56 PM
    bastelfreak: good thing nginx is a niche package that nobody uses!
  • v

    VoxBot

    10/25/2022, 6:07 AM
    kenyon: :D
  • v

    VoxBot

    10/25/2022, 7:33 AM
    hola
  • c

    Craig Gumbley

    10/25/2022, 8:23 AM
    Morning! I’ve opened the following PR that removes a bunch of legacy version support and deprecations from puppetlabs_spec_helper. Thought i’d post it here for some extra visibility 🙂 https://github.com/puppetlabs/puppetlabs_spec_helper/pull/364 This work will end up in the 5.0.0 release.
    👍 2
  • c

    Craig Gumbley

    10/25/2022, 8:23 AM
    Morning! I’ve opened the following PR that removes a bunch of legacy version support and deprecations from puppetlabs_spec_helper. Thought i’d post it here for some extra visibility 🙂 https://github.com/puppetlabs/puppetlabs_spec_helper/pull/364 This work will end up in the 5.0.0 release.
  • c

    Craig Gumbley

    10/25/2022, 9:59 AM
    I’m going to be hitting rspec-puppet at some point in the near future too. It does however seem to be build around older puppet versions and hasn’t seen much progression in recent years. It’s clearly still an important part of our ecosystem and I’d like to make sure my refresh is meaningful. Any feedback you have about the current state of the module and where it could go in the future would be appreciated (either here or over at https://github.com/puppetlabs/rspec-puppet/issues)
  • v

    VoxBot

    10/25/2022, 10:58 AM
    can I get a review for https://github.com/voxpupuli/puppet-keepalived/pull/276 ?
  • v

    VoxBot

    10/25/2022, 12:35 PM
    ewoud: I'm currently trying to test some hiera data in a module that requires puppet code from another module. I modified basemodulepath/module_path in RSpec.configure, but rpsec-puppet still tells my it cannot find the classes from fixtures. Do you know an easy way to dump the actual rspec/puppet config that's used for tests?
  • v

    VoxBot

    10/25/2022, 12:36 PM
    I would like to know the values for the Puppet settings basemodulepath, modulepath and vendormoduledir
  • b

    bastelfreak

    10/25/2022, 12:38 PM
    @Alex Fisher @Craig Gumbley maybe you've some ideas as well
  • a

    Alex Fisher

    10/25/2022, 12:39 PM
    Do you have a link to a failing build?
  • b

    bastelfreak

    10/25/2022, 12:39 PM
    all internal, but I can probably copy & paste some stuff together, one sec
  • a

    Alex Fisher

    10/25/2022, 12:40 PM
    sure. DM a link if you can't easily redact what you need to.
  • b

    bastelfreak

    10/25/2022, 12:41 PM
    to describe my problem. I've one module with all profiles. other people need to write some hiera but shall not have write access to profiles. so they get another repo just with hiera data. now I need to write a unit test that validates hiera changes
  • b

    bastelfreak

    10/25/2022, 12:41 PM
    to do that, I also need the puppet code
  • b

    bastelfreak

    10/25/2022, 12:42 PM
    now I could just add the puppet code to .fixtures.yml, but the profiles are basically a control repo with some other stuff, so the puppet code is nested and puppetlabs_spec_helper doesn't like that/cannot deal with it
  • b

    bastelfreak

    10/25/2022, 12:43 PM
    ahhhh
  • b

    bastelfreak

    10/25/2022, 12:43 PM
    ok, one sec, will do a paste
1...166167168...648Latest