From 9220bbb9b1b6300017381c14654f9064a3d037bf Mon Sep 17 00:00:00 2001 From: Ben Ford Date: Mon, 14 Jul 2025 12:25:15 -0700 Subject: [PATCH] Add Puppet module We've been using this module in production to manage our bridges between IRC and two Slack instances for several years now. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03298c62..84c2ac8f 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,7 @@ See [FAQ](https://github.com/42wim/matterbridge/wiki/FAQ) ## Related projects - [jwflory/ansible-role-matterbridge](https://galaxy.ansible.com/jwflory/matterbridge) (Ansible role to simplify deploying Matterbridge) +- [puppet-matterbridge](https://github.com/voxpupuli/puppet-matterbridge) (Puppet module to deploy and manage Matterbridge) - [matterbridge autoconfig](https://github.com/patcon/matterbridge-autoconfig) - [matterbridge config viewer](https://github.com/patcon/matterbridge-heroku-viewer) - [matterbridge-heroku](https://github.com/cadecairos/matterbridge-heroku)