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

    VoxBot

    06/24/2022, 9:16 PM
    https://github.com/voxpupuli/puppet-lint-optional_default-check
    🎉 1
  • t

    tvaughan

    06/24/2022, 9:16 PM
    Thanks!
  • t

    tvaughan

    06/24/2022, 9:16 PM
    That should really be in core 😐
  • j

    jhoblitt

    06/24/2022, 9:17 PM
    oh, that is fantastic
  • j

    jhoblitt

    06/24/2022, 9:17 PM
    @Alex Fisher ++
  • d

    Dr Bunsen Honeydew

    06/24/2022, 9:17 PM
    afisher leveled up! (Karma: 5)
  • b

    bastelfreak

    06/24/2022, 10:13 PM
    @tvaughan checkout https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins (and the deps it has)
    👍 1
  • b

    bastelfreak

    06/24/2022, 10:13 PM
    @tvaughan checkout https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins (and the deps it has)
  • g

    Greg Dubicki

    06/26/2022, 3:11 PM
    please check out the proposal for a new major Puppetboard version, v4, here: https://github.com/voxpupuli/puppetboard/pull/697
  • g

    Greg Dubicki

    06/26/2022, 3:11 PM
    please check out the proposal for a new major Puppetboard version, v4, here: https://github.com/voxpupuli/puppetboard/pull/697
  • v

    VoxBot

    06/28/2022, 5:47 AM
    o/
  • v

    VoxBot

    06/28/2022, 5:47 AM
    Can I have a review for https://github.com/voxpupuli/puppet-bacula/pull/172 https://github.com/voxpupuli/puppet-bacula/pull/173 https://github.com/voxpupuli/puppet-bacula/pull/174
  • v

    VoxBot

    06/28/2022, 5:48 AM
    I asked a coworker for a review on the last one because it is blocking us, but would like an approval from somebody from vox before merging
  • v

    VoxBot

    06/28/2022, 9:07 AM
    https://github.com/voxpupuli/puppet-systemd/pull/287#issuecomment-1168434252 someone could weigh in on the naming? systemd::simpletimer vs systemd:⏲️:simple
  • v

    VoxBot

    06/28/2022, 9:09 AM
    what makes it "simple"?
  • v

    VoxBot

    06/28/2022, 9:10 AM
    the fact you need to pass fewer params?
  • v

    VoxBot

    06/28/2022, 9:10 AM
    technically more I think, but you don't need to maintain a template
  • v

    VoxBot

    06/28/2022, 9:10 AM
    so it's really a layer on top of systemd::timer
  • v

    VoxBot

    06/28/2022, 9:12 AM
    systemd:⏲️:generated?
  • v

    VoxBot

    06/28/2022, 9:12 AM
    because it's never "simple" or "easy"
  • v

    VoxBot

    06/28/2022, 9:13 AM
    that makes me think more of guided or templated
  • v

    VoxBot

    06/28/2022, 9:13 AM
    templated would also work, yeah
  • r

    root-expert

    06/28/2022, 9:23 AM
    Hello, I got a question to see if my concerns are correct: https://github.com/voxpupuli/puppet-vault_lookup/blob/478f5e631b2df2b9a4c42de60fb4e0477da2c953/lib/puppet/functions/vault_lookup/lookup.rb#L5-L7 The new param
    vault_namespace
    is being added in a PR, having both
    vault_cert_role
    and
    vault_namespace
    being strings will cause
    lookup('something/path', 'namespace')
    to map
    vault_cert_role
    to "namespace" correct? So the
    vault_namespace
    should change to another more strict datatype?
  • r

    root-expert

    06/28/2022, 9:23 AM
    Hello, I got a question to see if my concerns are correct: https://github.com/voxpupuli/puppet-vault_lookup/blob/478f5e631b2df2b9a4c42de60fb4e0477da2c953/lib/puppet/functions/vault_lookup/lookup.rb#L5-L7 The new param
    vault_namespace
    is being added in a PR, having both
    vault_cert_role
    and
    vault_namespace
    being strings will cause
    lookup('something/path', 'namespace')
    to map
    vault_cert_role
    to "namespace" correct? So the
    vault_namespace
    should change to another more strict datatype?
  • t

    TheMeier

    06/28/2022, 1:19 PM
    re systemd timer, if you add a wrapper consider putting in optional additional parameters for timer and service in the templates like it's done here https://github.com/TheMeier/themeier-systemd_cron/blob/master/manifests/init.pp#L79
  • t

    TheMeier

    06/28/2022, 1:19 PM
    re systemd timer, if you add a wrapper consider putting in optional additional parameters for timer and service in the templates like it's done here https://github.com/TheMeier/themeier-systemd_cron/blob/master/manifests/init.pp#L79
  • v

    VoxBot

    06/28/2022, 1:20 PM
    Zhenech: ewoud: systemd:⏲️:templated - could also roll the whole thing into systemd::timer and make the diffeent combinations of args mutually exclusive.
  • v

    VoxBot

    06/28/2022, 1:21 PM
    frisbee: I feel that would be a lot more complex in its logic
  • v

    VoxBot

    06/28/2022, 1:22 PM
    frisbee, I thought about that, and I am torn, so didn't suggest it immediately
  • v

    VoxBot

    06/28/2022, 1:23 PM
    I am not a fan of interfaces that do different things based on different input, but in this case it's actually not even really a diffent thing
1...929394...648Latest