https://www.puppet.com/community logo
Join Slack
Powered by
# forge-modules
  • d

    Daneel

    06/20/2025, 10:00 AM
    Hey @Jason St-Cyr can we move forward also on this PR https://github.com/puppetlabs/puppetlabs-apache/pull/2585 ? How can i help ? Ubuntu 24.04 was released more than 1 year ago.
    j
    • 2
    • 1
  • r

    ryan

    06/26/2025, 10:47 AM
    are quality scores not being generated on the Forge anymore? it looks like none of the releases for at least the past couple months have them
    w
    j
    • 3
    • 9
  • h

    Hugo Haakseth

    06/29/2025, 8:42 PM
    Would be nice if someone could have a look at https://github.com/puppetlabs/puppetlabs-powershell/pull/432 Just allowing pwshlib 2.x that was released 2 months a go.
    j
    • 2
    • 1
  • d

    Daneel

    07/01/2025, 2:01 PM
    Is it possible to get a status or news about
    puppetlabs-mysql
    compatibility with Ubuntu 24.04 https://github.com/puppetlabs/puppetlabs-mysql/pull/1655 ?
    linux 1
  • b

    bwitt

    07/03/2025, 10:12 PM
    is anyone familiar with the cis security hardening module or the author? I would like to understand if they've abandoned the project or are planning to return to it. I've created a few issues and PRs, and would like to do more, but I haven't heard anything in a long time
    k
    • 2
    • 2
  • d

    Daz Chauhan

    07/14/2025, 10:03 AM
    Hi, re dsc_sqlsetup of the sqlserverdsc module. I am having trouble with dsc_sqlsetup. If I run this for a basic set up, it works fine. dsc_sqlsetup { 'Install_SQL_Instance': dsc_action => 'Install', dsc_instancename => 'IT', dsc_features => 'SQLENGINE', dsc_sourcepath => 'C:\\SQLServerFull', dsc_sqlsysadminaccounts => ['DOMAIN\\Administrator'], } But I need to configure it with mixed mode setting, and when I configure as per below, I get error - Error: dsc_sqlsetup[{:name=>"Install_SQL_Instance", :dsc_instancename=>"IT"}]: Updating: Nothing returned. dsc_sqlsetup { 'Install_SQL_Instance': dsc_action => 'Install', dsc_instancename => 'IT', dsc_features => 'SQLENGINE', dsc_sourcepath => 'C:\\SQLServerFull', dsc_sqlsysadminaccounts => ['DOMAIN\\Administrator'], dsc_securitymode => 'SQL', dsc_sapwd => { user => 'sa', password => Sensitive('StrongSAPassword123!'), }, } I have wracked my brains out trying lots of different things but I cant for the life of me get this isntance set up with sql/mixed mode. Can anyone offer any advise please
  • b

    bastelfreak

    07/18/2025, 11:25 AM
    @Jason St-Cyr hey, any chance you could poke someone to take a look at https://github.com/puppetlabs/puppetlabs-java/pull/612 ?
    merged 1
    j
    a
    • 3
    • 3
  • y

    Yury Bushmelev

    07/23/2025, 4:34 AM
    It’d be nice to have this merged: https://github.com/puppetlabs/puppetlabs-accounts/pull/507 🙏🏻 I hit this issue recently and I don’t like to maintain own fork nor downgrading to non-Sensitive password hash (which is acceptable, but I don’t like it)
    merged 1
    a
    • 2
    • 2
  • i

    Ian

    07/28/2025, 12:49 PM
    Hi, Is puppetlabs-mysql still actively being developed? Seem multiple people asking for a release since there hasn't been one for a 7 months. Know of a few MRs which would be good in the release Add support for ALL grant on mysql = 8.0.33 by alaunay · Pull Request #1618 · puppetlabs/puppetlabs-mysql> MySQL 8.4 removed ssl configuration keyword · Issue #1674 · puppetlabs/puppetlabs-mysql (issue but no PR/fix that I can see)
    s
    a
    • 3
    • 3
  • n

    natemccurdy

    08/04/2025, 9:55 PM
    @natemccurdy has left the channel
  • k

    Keith Ward

    08/12/2025, 6:37 PM
    @Keith Ward has left the channel
  • a

    austb

    08/13/2025, 12:00 AM
    @austb has left the channel
  • s

    saz

    08/13/2025, 2:24 PM
    @saz has left the channel
  • r

    RyChannel

    08/21/2025, 7:36 PM
    Looks like the Forge has a bug in the compatibility report. Says these modules aren't compatible with 2025.5.x even though the module pages claim they do.
    s
    r
    • 3
    • 2
  • b

    bwitt

    08/24/2025, 4:03 AM
    Would be great to get this PR merged, so we can stop appending slashes to the end of the key location
    🆘 1
    merged 1
    s
    a
    b
    • 4
    • 13
  • b

    bwitt

    08/24/2025, 4:05 AM
    managing auth.conf.d resources would be cool too, is there something blocking it from being merged?
    🆘 1
    • 1
    • 1
  • b

    bwitt

    08/24/2025, 4:05 AM
    I created a PR a while back for a docs update for this same apt module
    🆘 1
    • 1
    • 1
  • s

    smortex

    08/26/2025, 12:40 AM
    Looking at the postgresql and apt modules PR, it looks like tests do not run anymore in CI… Looking at older CI run, tests where broken… 😒 Is this being worked on? I saw nothing about it
    j
    • 2
    • 2
  • j

    Jason St-Cyr

    08/28/2025, 8:02 PM
    ⚠️ NOTICE: Upcoming Maintenance Window for the Puppet Forge WHEN: Monday, September 1st, 2025 between 0630 0730 AM GMT IMPACT: There may be a brief downtime on forge.puppet.com during a switchover to an upgraded backend service. WHAT: We are currently planning an upgrade window for some backend infrastructure that the Puppet Forge application currently relies upon. The forge.puppet.com application might have a brief downtime of a few minutes during the maintenance window. This outage also impact automation that is pulling modules from the Forge domain, so we recommend ensuring that retries have been setup in your automation so that it will reconnect once the system is back online.
  • b

    bwitt

    09/05/2025, 6:45 PM
    could I get a review for adding Ubuntu 24.04 support and tests for puppetlabs apt?
    j
    • 2
    • 2
  • p

    Pat Riehecky

    10/14/2025, 6:17 PM
    I'd love to get https://github.com/puppetlabs/puppetlabs-stdlib/pull/1434 merged in. Any ideas how I can get it unstuck?
  • b

    bastelfreak

    10/16/2025, 8:11 AM
    @josh can you take a look at https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/810 ? Since the migration to puppet core in the matrix, the community cannot run the tests anymore
    j
    • 2
    • 6
  • b

    bastelfreak

    10/16/2025, 8:37 AM
    and also if someone could take a look at https://github.com/puppetlabs/puppetlabs-powershell/pull/435, that would be great
    ✅ 1
  • p

    Pat Riehecky

    11/07/2025, 4:33 PM
    I'd love to get https://github.com/puppetlabs/puppetlabs-stdlib/pull/1434 merged in. Any ideas how I can get it unstuck?
    j
    • 2
    • 4
  • b

    bwitt

    11/08/2025, 4:20 PM
    could I get a review of https://github.com/puppetlabs/puppetlabs-sshkeys_core/pull/107 adding support for cert authority? are there any changes I should make to help it get merged?
  • t

    Theodore Knab

    11/18/2025, 3:20 PM
    Has anyone recently updated their puppet forge modules and know if there is replacement compatible with the nagios-core logic ? https://forge.puppet.com/modules/puppetlabs/nagios_core/readme
  • b

    bastelfreak

    11/18/2025, 3:21 PM
    the trick is to not use nagios
    😁 1
    💯 1
  • b

    bastelfreak

    11/18/2025, 3:21 PM
    but if someone forces you to use it, you can still use the nagios_core module
    👍 1
  • b

    bastelfreak

    11/19/2025, 12:42 PM
    For https://github.com/puppetlabs/puppetlabs-powershell, the 6.1.0 release was prepared, but nobody executed the release job. Was that on purpose? @Saurabh Pandit can you please take a look?
    s
    • 2
    • 3
  • b

    bastelfreak

    11/19/2025, 2:19 PM
    @Saurabh Pandit would it be possible that you also take a look at https://github.com/puppetlabs/puppetlabs-aws_inventory and update it to support latest https://git@github.com/puppetlabs/puppetlabs-ruby_task_helper? puppetlabs/ruby_task_helper 1.0.0 was released end of last year, but puppetlabs/aws_inventory isn't compatible with it
    s
    • 2
    • 2