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

    jhoblitt

    04/19/2022, 11:19 PM
    redhat 9 didn't seem to work for me
  • j

    jhoblitt

    04/19/2022, 11:21 PM
    oh, hmm, I think there is no magic for redhat at all
  • j

    jhoblitt

    04/19/2022, 11:26 PM
    so much magic going on here...
  • j

    jhoblitt

    04/19/2022, 11:29 PM
    https://github.com/voxpupuli/puppet_metadata/blob/master/lib/puppet_metadata/beaker.rb#L67-L69
  • j

    jhoblitt

    04/19/2022, 11:29 PM
    https://github.com/voxpupuli/puppet_metadata/blob/master/lib/puppet_metadata/beaker.rb#L67-L69
  • b

    bastelfreak

    04/20/2022, 6:48 AM
    we support centos 9
  • b

    bastelfreak

    04/20/2022, 6:48 AM
    if you add centos 9 to metadata.json, beaker will pull in quay.io/centos/centos:stream9
  • b

    bastelfreak

    04/20/2022, 7:01 AM
    https://github.com/voxpupuli/puppet-dbbackup/pull/34 as example
  • b

    bastelfreak

    04/20/2022, 7:01 AM
    https://github.com/voxpupuli/puppet-dbbackup/pull/34 as example
  • v

    VoxBot

    04/20/2022, 7:33 AM
    afisher: https://github.com/voxpupuli/puppet-lint-topscope-variable-check/pull/12 ping :)
  • v

    VoxBot

    04/20/2022, 9:20 AM
    I'm looking at https://github.com/puppetlabs/hiera/compare/3.8.0...3.9.0 but is there any real difference between 3.8.0 and 3.9.0?
  • v

    VoxBot

    04/20/2022, 9:20 AM
    or really, https://github.com/puppetlabs/hiera/compare/3.8.1...3.9.0
  • v

    VoxBot

    04/20/2022, 9:21 AM
    interesting version bump
  • v

    VoxBot

    04/20/2022, 11:50 AM
    https://github.com/puppetlabs/puppetlabs-accounts/pull/408/files yey, puppet adopts our voxpupuli-puppet-lin-plugins :D
  • k

    Keith Ward

    04/20/2022, 5:30 PM
    yep i noticed that too, it's why I've found a bit of a weird issue with puppet-lint-top_scope_facts-check it's very insistent that every $::var is a top scope fact, even if it's a scoped variable. So it's explicitly converting things like
    $::mymodule::foo
    into
    $facts['mymodule']::foo
    which as you can imagine doesn't end well. I'm wondering if i should PR s similar fix to what Alex did for the topscope-variable-check
  • b

    bastelfreak

    04/20/2022, 5:44 PM
    mhm that sounds like a bug
  • b

    bastelfreak

    04/20/2022, 5:45 PM
    are you sure that is caused by that plugin
  • b

    bastelfreak

    04/20/2022, 5:45 PM
    and not the top scope variable check
  • k

    Keith Ward

    04/20/2022, 5:47 PM
    it seems to be
    WARNING: top scope fact instead of facts hash on line 6 (check: top_scope_facts)
  • b

    bastelfreak

    04/20/2022, 5:47 PM
    interesting
  • b

    bastelfreak

    04/20/2022, 5:48 PM
    check out https://github.com/voxpupuli/puppet-lint-topscope-variable-check/issues/13 and https://github.com/puppetlabs/puppet-lint/issues/41
  • b

    bastelfreak

    04/20/2022, 5:48 PM
    check out https://github.com/voxpupuli/puppet-lint-topscope-variable-check/issues/13 and https://github.com/puppetlabs/puppet-lint/issues/41
  • b

    bastelfreak

    04/20/2022, 5:49 PM
    a few plugins are interfering a bit and I think we never noticed that at vox pupuli bevause we rolled out one at a time
  • v

    VoxBot

    04/20/2022, 5:50 PM
    perhaps a better way is to use getvar() then?
  • v

    VoxBot

    04/20/2022, 5:51 PM
    also, IMHO it should recognize $:mymodule:foo should be $mymodule::foo
  • v

    VoxBot

    04/20/2022, 5:51 PM
    facts never have $(::)?.+::.+
  • v

    VoxBot

    04/20/2022, 5:53 PM
    I think a good first step is to fix https://github.com/puppetlabs/puppet-lint/issues/41 so it only works on variables, not facts
  • v

    VoxBot

    04/20/2022, 5:54 PM
    and someone should check if we need puppet-lint-legacy_facts-check and puppet-lint-top_scope_facts-check
  • k

    Keith Ward

    04/20/2022, 5:55 PM
    tbh from my side top_scope_facts-check seems to be be superceeded by puppet-lint-legacy_facts-check
  • b

    bastelfreak

    04/20/2022, 5:56 PM
    I share that impression
12345...640Latest