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

    vchepkov

    04/24/2022, 6:47 PM
    pre-existing condition?
  • b

    bastelfreak

    04/24/2022, 6:48 PM
    fixed in https://github.com/voxpupuli/puppet-yum/pull/251, please rebase
    ✅ 1
    👍 1
  • b

    bastelfreak

    04/24/2022, 6:48 PM
    fixed in https://github.com/voxpupuli/puppet-yum/pull/251, please rebase
  • v

    vchepkov

    04/24/2022, 6:57 PM
    hmm, repo list is checked twice, for some reasons, I updated two places now
  • v

    vchepkov

    04/24/2022, 7:24 PM
    still fails due to
    Copy code
    Error: Lint/RedundantCopDisableDirective: Unnecessary disabling of `RSpec/RepeatedExample`.
  • b

    bastelfreak

    04/24/2022, 7:28 PM
    he
  • b

    bastelfreak

    04/24/2022, 7:28 PM
    mhm
  • b

    bastelfreak

    04/24/2022, 7:28 PM
    I think that check passed on master
  • b

    bastelfreak

    04/24/2022, 7:28 PM
    did you do a git fetch before rebasing?
  • s

    Slackbot

    04/24/2022, 7:31 PM
    This message was deleted.
    b
    v
    • 3
    • 5
  • b

    bastelfreak

    04/24/2022, 7:31 PM
    interesting
  • b

    bastelfreak

    04/24/2022, 7:31 PM
    let me check again
  • s

    Slackbot

    04/24/2022, 7:35 PM
    This message was deleted.
    v
    d
    d
    • 4
    • 14
  • d

    Dylan Antoine

    04/24/2022, 7:35 PM
    Good afternoon - Is there someone who can merge this PR? We are facing this issue in our production environment - https://github.com/voxpupuli/puppet-kmod/pull/81
  • v

    vchepkov

    04/24/2022, 8:02 PM
    same in
    /etc/puppetlabs/code/environments/your_test/modules/kmod/
    should not be
    lib
    directory
  • v

    VoxBot

    04/25/2022, 9:30 AM
    can I get a review for https://github.com/voxpupuli/puppet-yum/pull/252
  • v

    VoxBot

    04/25/2022, 11:02 AM
    <bastelfreak> "can I get a review for https://..." <- ✅
  • v

    vchepkov

    04/25/2022, 11:37 AM
    I see it merged, but no release yet?
  • v

    VoxBot

    04/25/2022, 11:42 AM
    A release will happen after a tag is pushed to the repo
    👍 1
  • p

    Philippe Beaumont

    04/25/2022, 3:52 PM
    Hi, some modules in voxpopuli repo are not converted in pdk. Is there any reason to not doing it ?
  • v

    VoxBot

    04/25/2022, 3:56 PM
    voxpupuli doesn't use PDK, it has its own modulesync configuration (which keeps all of their packages in line with each other)
  • r

    Robert Vincent

    04/25/2022, 7:05 PM
    Does archive#469 make sense to anyone but me?
  • r

    Robert Vincent

    04/25/2022, 7:05 PM
    Does archive#469 make sense to anyone but me?
  • v

    vchepkov

    04/25/2022, 7:09 PM
    I agree, probably copy&paste from previous section
  • r

    Robert Vincent

    04/25/2022, 7:30 PM
    If so, the copy&paste function is faulty, as it somehow erroneously deleted the
    /bin
    suffix from the
    creates
    attribute.
  • r

    Robert Vincent

    04/25/2022, 7:32 PM
    I started looking at the docs trying to determine, if there isn't a
    creates
    attribute, and the
    cleanup
    attribute is set to
    true
    , does the archive file get downloaded on every run? Or does it somehow "remember" that it previously succeeded?
  • v

    vchepkov

    04/25/2022, 7:32 PM
    also, file resource is never defined
  • v

    vchepkov

    04/25/2022, 7:33 PM
    in my experience, it downloads file if it doesn't present locally, so I am keeping them all inn /opt/staging
  • r

    Robert Vincent

    04/25/2022, 7:45 PM
    So basically if the
    creates
    attribute is missing, then the
    cleanup
    attribute should be set to
    false
    .
  • r

    Robert Vincent

    04/25/2022, 7:47 PM
    Because leaving
    cleanup
    at the default
    true
    will result in the archive being re-downloaded and re-extracted on every Puppet run.
1...789...647Latest