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

    VoxBot

    10/11/2022, 11:04 AM
    manifests/pip.pp220manifest_whitespace_opening_bracket_beforeERRORthere should be a single space before an opening bracket
  • v

    VoxBot

    10/11/2022, 11:04 AM
    manifests/pip.pp230manifest_whitespace_opening_bracket_beforeERRORthere should be a single space before an opening bracket
  • v

    VoxBot

    10/11/2022, 11:06 AM
    Yeah, 6.4.0 sounds reasonable, guess I'll redo the version - and probably get another PR up to fix the lint issues
  • v

    VoxBot

    10/11/2022, 11:12 AM
    Hmm, though the lint error is odd. There is a single space before the opening bracket, and it really feels like there shouldn't be one
  • v

    VoxBot

    10/11/2022, 11:14 AM
    And it's happier without said space, so I guess it's just a message that's not been set correctly
  • v

    VoxBot

    10/11/2022, 11:21 AM
    normally when an issue has a PR that fixes it I add skip-changelog to it
  • v

    VoxBot

    10/11/2022, 11:23 AM
    that also works
  • v

    VoxBot

    10/11/2022, 11:40 AM
    Anyone have comments - or a merge-clicking finger - for https://github.com/voxpupuli/puppet-python/pull/646 ?
  • v

    VoxBot

    10/11/2022, 11:42 AM
    it's merged
  • v

    VoxBot

    10/11/2022, 11:42 AM
    yes, I just merged it
  • v

    VoxBot

    10/11/2022, 11:55 AM
    Reused the release PR at https://github.com/voxpupuli/puppet-python/pull/645 - so the branch name isn't as good anymore, but at least CI's green.
  • v

    VoxBot

    10/11/2022, 2:07 PM
    bastelfreak I take it back. Will be there
  • s

    Slackbot

    10/11/2022, 9:39 PM
    This message was deleted.
    b
    b
    j
    • 4
    • 27
  • j

    jhoblitt

    10/12/2022, 4:59 PM
    I think a new release of the
    console
    gem has broken
    rspec-github
    . I haven't seen this on a voxpupuli repo yet but I'm seeing it this morning on my $day_job repos
    Copy code
    rake aborted!
    SyntaxError: /opt/hostedtoolcache/Ruby/2.7.2/x64/lib/ruby/gems/2.7.0/gems/console-1.16.2/lib/console/progress.rb:77: syntax error, unexpected ')'
    			@output.info(@subject, ...)
    			                          ^
  • j

    jhoblitt

    10/12/2022, 6:04 PM
    pinning console to 1.15.x is a fix
  • v

    VoxBot

    10/13/2022, 9:33 AM
    There's a voxpupli module that just contains ensure_resource type calls for packages, files, services, ... in a generic way to be loaded from hiera. I cannot remember the name or find it.
  • v

    VoxBot

    10/13/2022, 9:33 AM
    puppet-system?
  • d

    Dr Bunsen Honeydew

    10/13/2022, 9:33 AM
    See the
    puppet-system
    module at https://forge.puppet.com/puppet/system?src=slack&channel=voxpupuli
  • v

    VoxBot

    10/13/2022, 9:33 AM
    (I don't like it)
  • s

    Slackbot

    10/13/2022, 9:34 AM
    This message was deleted.
    j
    • 2
    • 1
  • v

    VoxBot

    10/13/2022, 9:34 AM
    it's horrible
  • v

    VoxBot

    10/13/2022, 9:35 AM
    :(
  • v

    VoxBot

    10/13/2022, 9:35 AM
    bingo. Indeed I don't like the concept much as no longer writing puppet really. .. However given some co-workers determined to work that way makes some sense they don't reimplment the same thing. Will take a look....
  • v

    VoxBot

    10/13/2022, 9:35 AM
    sneak a puppet-lint plugin into the codebase that blames ensure_resources()
  • v

    VoxBot

    10/13/2022, 9:36 AM
    Still need it for duplicates - certainly ensure_package.
  • v

    VoxBot

    10/13/2022, 9:36 AM
    I think that's an antipattern and should be avoided
  • v

    VoxBot

    10/13/2022, 9:37 AM
    and usually it's possible by writing proper modules and testing them, but that requires more time/knowledge
  • v

    VoxBot

    10/13/2022, 9:37 AM
    Yeah and with you.
  • t

    tuxmea

    10/13/2022, 10:32 AM
    there is a new class in puppetlabs-stdlib: stdlib::manage which allows you to add any resource type as hiera data.
    👀 1
  • d

    Dr Bunsen Honeydew

    10/13/2022, 10:32 AM
    See the
    puppetlabs-stdlib
    module at https://forge.puppet.com/puppetlabs/stdlib?src=slack&channel=voxpupuli
1...153154155...648Latest