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

    tvaughan

    06/03/2022, 2:31 PM
    OK, got the go ahead, doing the things
  • t

    tvaughan

    06/03/2022, 3:37 PM
    @bastelfreak : * https://github.com/voxpupuli/puppet-augeasproviders/pull/173 * https://github.com/voxpupuli/puppet-augeasproviders_ssh/pull/72 * https://github.com/voxpupuli/puppet-windows_firewall/pull/129 * https://github.com/voxpupuli/puppet-windowsfeature/pull/148
  • s

    Slackbot

    06/03/2022, 5:05 PM
    This message was deleted.
    t
    • 2
    • 2
  • t

    tvaughan

    06/03/2022, 5:05 PM
    https://github.com/voxpupuli/puppet-firewalld/pull/326
  • t

    tvaughan

    06/03/2022, 5:26 PM
    Release of 4.1.0 voxpupuli/puppet-windows_firewall#130 Release of 4.0.0 voxpupuli/puppet-windowsfeature#149
  • v

    VoxBot

    06/03/2022, 5:36 PM
    o/ Hey friends! I am back from holidays and spent some time this week to process all the mail that accumulated while away. Good news: I am reaching the end.
  • v

    VoxBot

    06/03/2022, 5:37 PM
    While on vacation I sent a quick message about the bacula module from zleslie which I have been using for years, and it is about te be transferred to me so that I can transfer it to vox
  • v

    VoxBot

    06/03/2022, 5:38 PM
    I think it was something we talk about with bastelfreak: vox currently has a bacula module which is not very up-to-date / maintained / usable
  • v

    VoxBot

    06/03/2022, 8:05 PM
    smortex: o/
  • v

    VoxBot

    06/03/2022, 8:05 PM
    can I get a review for https://github.com/voxpupuli/puppet-prometheus/pull/624
  • v

    VoxBot

    06/03/2022, 8:31 PM
    can I get a review for https://github.com/voxpupuli/puppet-firewalld/pull/303 as well?
  • m

    matt

    06/06/2022, 9:39 AM
    I'm just looking on the voxpupuli website about guidelines for merge requests, I'd like to submit a really basic one and want to make sure I do all the steps correctly, eg: do I need to raise an issue first, does the commit message need to include the issue ref etc etc
  • m

    matt

    06/06/2022, 10:00 AM
    never mind, found the doc on github
  • b

    bastelfreak

    06/06/2022, 10:35 AM
    the modules usually have a .github/CONTRIBUTING.md which explaina it. tl;dr just raise the PR :)
  • m

    matt

    06/06/2022, 10:35 AM
    exactly where I found it
  • m

    matt

    06/06/2022, 10:39 AM
    still managed to screw up the test, I'll cancel request, I didn't fully grasp not referencing top scope params
  • m

    matt

    06/06/2022, 10:42 AM
    why is it bad to reference a top scope parameter from a class
  • b

    bastelfreak

    06/06/2022, 10:46 AM
    using topscope is bas because you dont know if its a class param a fact or a real topscope variable
  • b

    bastelfreak

    06/06/2022, 10:46 AM
    and the lint_fix rake task is good in automatically fixing those issues
  • m

    matt

    06/06/2022, 10:47 AM
    would it not be simpler to just not have class topscope variables not called the same as facts ?
  • m

    matt

    06/06/2022, 10:48 AM
    (I see what you mean in this specific situation as I'm referencing something called 'version' which could be anything)
  • m

    matt

    06/06/2022, 11:10 AM
    I'm reading the style guide at the moment and I can't see anything that guides how to reference a top scope parameter correctly inline with vox standards, I get that ::param won't cut it and I see why based on your comment, but is still acceptable to do class::param ? or is that covered somewhere else outside of the style guide
  • m

    matt

    06/06/2022, 12:02 PM
    (think I found what I needed)
  • b

    bastelfreak

    06/06/2022, 1:07 PM
    $class::param
    is usually the way to go, and
    $facts
    or
    fact()
    for facts
  • l

    Lumiere

    06/06/2022, 1:45 PM
    the problem is you never know what custom facts will exist
  • p

    Pat Riehecky

    06/06/2022, 3:06 PM
    I'm trying to get https://github.com/voxpupuli/puppet-logrotate/pull/195 into shape, but I've no idea why those tests are failing.... any hints?
  • p

    Pat Riehecky

    06/06/2022, 3:06 PM
    I'm trying to get https://github.com/voxpupuli/puppet-logrotate/pull/195 into shape, but I've no idea why those tests are failing.... any hints?
  • h

    hbui

    06/06/2022, 3:54 PM
    it looks like you should be able to do some of the tests listed in
    .github/workflow/ci.yaml
    like
    bundle exec rake validate lint check
    and
    bundle exec rake rubocop
    and
    bundle exec rake parallel_spec
    so that you can see what it is erroring on
  • p

    Pat Riehecky

    06/06/2022, 4:05 PM
    Copy code
    Running RuboCop...
    wrong number of arguments (given 5, expected 1)
    /usr/share/ruby/psych.rb:323:in `safe_load'
  • p

    Pat Riehecky

    06/06/2022, 4:06 PM
    Copy code
    bundle exec rake validate lint check 
    ---> syntax:manifests
    ---> syntax:templates
    ---> syntax:hiera:yaml
    fatal: ls-files -i must be used with either -o or -c
1...585960...648Latest