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

    VoxBot

    06/17/2022, 8:58 PM
    Hey, thanks for the review! This has been killing me :-/
  • v

    VoxBot

    06/17/2022, 8:58 PM
    yes, this is the nasty stuff that is a pain to debug :(
  • v

    VoxBot

    06/17/2022, 9:01 PM
    https://github.com/voxpupuli/puppet-systemd/issues/284
  • v

    VoxBot

    06/17/2022, 9:03 PM
    ewoud: I already applied the suggested code changes. Sorry about missing those in my cleanup run-through.
  • v

    VoxBot

    06/17/2022, 9:39 PM
    ewoud: Does this get the go ahead or is it back on hold? Sorry to be a bother, just trying to plan on whether or not we're going to have to fork :-(. Alternatively, I could set the default to
    false
    and flag it where I know that things break in our code.
  • v

    VoxBot

    06/17/2022, 9:47 PM
    tvaughan: I'll try to take a look after this game
  • v

    VoxBot

    06/17/2022, 9:48 PM
    ewoud: No problem. Honestly, if you're up for getting it through with me on Monday, that would work just fine. Again, really appreciate the help.
  • v

    VoxBot

    06/17/2022, 10:05 PM
    tvaughan: I approved it; not sure if you want a last approval from afisher or just merge it
  • v

    VoxBot

    06/17/2022, 10:06 PM
    I'm good with one good review. Really do appreciate it and sorry for all the bother
  • v

    VoxBot

    06/17/2022, 10:07 PM
    no worries, we've all been in the situation where something bugs you and holds up your work
  • v

    VoxBot

    06/17/2022, 10:07 PM
    thanks for working through all my comments :)
  • v

    VoxBot

    06/17/2022, 10:07 PM
    Sure thing!
  • v

    VoxBot

    06/20/2022, 8:24 AM
    can I get a review for https://github.com/voxpupuli/puppet-r10k/pull/576 and https://github.com/voxpupuli/puppet-r10k/pull/577 ? both together will turn CI green again
  • v

    VoxBot

    06/20/2022, 9:22 AM
    I've defined a server and a location in the nginx module and also enabled SSL, module builds the nginx config file almost exaclty as I expect. One part I've not understood is when I define the location it only puts the location in the non-ssl site, rather than in both the ssl and non-ssl 'server' - I'm trying to work out what in the module decides where to put the location data
  • v

    VoxBot

    06/20/2022, 9:23 AM
    for example https://gist.github.com/ - that's my hiera and nginx output, if you look at the non-ssl definition, it has a location for / and /air, but the ssl site only has a location of /
  • v

    VoxBot

    06/20/2022, 9:24 AM
    if you look at the hiera I've defined the /air location to the server www.oldnewbridgehill.co.uk site so why would this not be in the SSL definition too ?
  • v

    VoxBot

    06/20/2022, 9:24 AM
    I can't find the code block that would decide this
  • v

    VoxBot

    06/20/2022, 9:24 AM
    your gist link is missing a part :)
  • v

    VoxBot

    06/20/2022, 9:24 AM
    quality start to the day
  • v

    VoxBot

    06/20/2022, 9:24 AM
    sorry
  • v

    VoxBot

    06/20/2022, 9:24 AM
    https://gist.github.com/ikonia/29e8fec5999434697fc28210fe42b828
  • v

    VoxBot

    06/20/2022, 9:25 AM
    and for the location defined resource, it has params to configure if you want it in ssl or not
  • v

    VoxBot

    06/20/2022, 9:25 AM
    then I'm being dumb, as the location just look like the same has (thereabouts) as the server hash,
  • v

    VoxBot

    06/20/2022, 9:25 AM
    https://github.com/voxpupuli/puppet-nginx/blob/master/manifests/resource/location.pp#L77-L80
  • v

    VoxBot

    06/20/2022, 9:25 AM
    so I've missed those params then, let me hav ea look
  • v

    VoxBot

    06/20/2022, 9:26 AM
    ahhh so you need to set it outside the actual location hash params
  • v

    VoxBot

    06/20/2022, 9:26 AM
    ok, thank you, let me take a look
  • v

    VoxBot

    06/20/2022, 9:26 AM
    just as an aside, this module is a masterpiece it's huge in terms of the scope for configuration
  • v

    VoxBot

    06/20/2022, 9:27 AM
    I can't imagine how this module was even designed
  • v

    VoxBot

    06/20/2022, 9:27 AM
    nobody knows!
1...838485...648Latest