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

    VoxBot

    05/02/2023, 8:01 PM
    I want a "rebase and run ci and merge, but in a new branch" button
  • v

    VoxBot

    05/02/2023, 8:02 PM
    so https://blog.jetbrains.com/space/2023/04/18/space-git-flow/?
  • v

    VoxBot

    05/02/2023, 8:08 PM
    why so you post such things at 10pm
  • v

    VoxBot

    05/02/2023, 8:08 PM
    now I need to read it!
  • v

    VoxBot

    05/02/2023, 8:08 PM
    soriiiiiiiiiiiiiiiiiiiiii
  • v

    VoxBot

    05/02/2023, 8:08 PM
    :P
  • v

    VoxBot

    05/02/2023, 8:08 PM
    liar!
  • v

    VoxBot

    05/02/2023, 8:09 PM
    (I also had posted that in that other chat thingy back when this was published, so it's not exactly new to you maybe :P)
  • v

    VoxBot

    05/02/2023, 8:09 PM
    github has this rebase option, but it does a force push and when the branch comes from another namespace, that sucks
  • v

    VoxBot

    05/02/2023, 8:09 PM
    I am bad at keeping track of discord
  • v

    VoxBot

    05/02/2023, 8:09 PM
    or anything that is not this channel
  • v

    VoxBot

    05/02/2023, 8:14 PM
    :D
  • v

    VoxBot

    05/02/2023, 8:21 PM
    o/
  • v

    VoxBot

    05/02/2023, 8:21 PM
    bastelfreak: you mean the backtrace?
  • v

    VoxBot

    05/02/2023, 8:21 PM
    yeah
  • v

    VoxBot

    05/02/2023, 8:34 PM
    Hmm, I can't find how we can exit with non-null value and not display a backtrace. My search-engine-foo does not help :-/
  • v

    VoxBot

    05/02/2023, 8:40 PM
    well, `ex
  • v

    VoxBot

    05/02/2023, 8:40 PM
    exit 1
    does the right thing…
  • v

    VoxBot

    05/02/2023, 8:47 PM
    bastelfreak: https://github.com/voxpupuli/voxpupuli-release/pull/52 does it help?
  • v

    VoxBot

    05/02/2023, 9:20 PM
    looks good
  • m

    Marty Ewings

    05/03/2023, 8:13 AM
    @bastelfreak regarding the archive module, we are seeing in SLES deployments of influxdb module having ensure present, and cleanup true causes a constant download and delete cycle
    Copy code
    archive { '/tmp/influxdb.tar.gz':
          ensure          => present,
          extract         => true,
          extract_command => 'tar xfz %s --strip-components=1',
          extract_path    => '/opt/influxdb',
          source          => $archive_source,
          cleanup         => true,
          require         => File['/etc/influxdb', '/opt/influxdb'],
          before          => Service['influxdb'],
        }
  • b

    bastelfreak

    05/03/2023, 8:14 AM
    isn't that missing a
    creates
    ?
  • m

    Marty Ewings

    05/03/2023, 8:14 AM
    ill see if i can do a simple repro and then raise an issue for the module
  • m

    Marty Ewings

    05/03/2023, 8:14 AM
    OR it could be we did something like that wrong :0
  • m

    Marty Ewings

    05/03/2023, 8:16 AM
    ah ok, so adding a creates in will prevent the need for a future download and break the cycle?
  • m

    Marty Ewings

    05/03/2023, 8:16 AM
    ok thats makes sense, its basically a built in onlyif
  • b

    bastelfreak

    05/03/2023, 8:17 AM
    https://github.com/voxpupuli/puppet-prometheus/blob/master/manifests/daemon.pp#L108-L120 as example
  • m

    Marty Ewings

    05/03/2023, 8:18 AM
    OK cool that makes more sense and we can fix that this morning! cheers i may do a pr for the docs as i cant see a link between those two parameters really described anywhere and that could trip people like us up 🙂
  • b

    bastelfreak

    05/03/2023, 8:19 AM
    how do you expect that puppet tracks the archive when you cleanup the archive? 🙂
  • m

    Marty Ewings

    05/03/2023, 8:20 AM
    yeah it 100% makes sense when you explain it 🙂
1...460461462...640Latest