{"id":21398722,"url":"https://github.com/voxpupuli/puppet-mosquitto","last_synced_at":"2025-07-20T08:33:36.807Z","repository":{"id":37568158,"uuid":"274211741","full_name":"voxpupuli/puppet-mosquitto","owner":"voxpupuli","description":"Puppet module to manage Eclipse Mosquitto","archived":false,"fork":false,"pushed_at":"2025-06-18T09:08:49.000Z","size":190,"stargazers_count":1,"open_issues_count":1,"forks_count":7,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-06-29T15:27:16.603Z","etag":null,"topics":["archlinux-puppet-module","bsd-puppet-module","centos-puppet-module","debian-puppet-module","fedora-puppet-module","freebsd-puppet-module","hacktoberfest","linux-puppet-module","puppet","redhat-puppet-module","ubuntu-puppet-module"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voxpupuli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"open_collective":"vox-pupuli","github":"voxpupuli"}},"created_at":"2020-06-22T18:19:55.000Z","updated_at":"2025-06-18T09:08:52.000Z","dependencies_parsed_at":"2023-02-15T12:45:56.390Z","dependency_job_id":"f4059e34-5d12-4216-9925-a7c655582002","html_url":"https://github.com/voxpupuli/puppet-mosquitto","commit_stats":{"total_commits":92,"total_committers":10,"mean_commits":9.2,"dds":0.4565217391304348,"last_synced_commit":"d7d0cceb81a6ac92018cca20c3866510bed22a58"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/voxpupuli/puppet-mosquitto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-mosquitto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-mosquitto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-mosquitto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-mosquitto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voxpupuli","download_url":"https://codeload.github.com/voxpupuli/puppet-mosquitto/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-mosquitto/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264276055,"owners_count":23583347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archlinux-puppet-module","bsd-puppet-module","centos-puppet-module","debian-puppet-module","fedora-puppet-module","freebsd-puppet-module","hacktoberfest","linux-puppet-module","puppet","redhat-puppet-module","ubuntu-puppet-module"],"created_at":"2024-11-22T15:09:52.541Z","updated_at":"2025-07-13T20:33:01.612Z","avatar_url":"https://github.com/voxpupuli.png","language":"Ruby","funding_links":["https://opencollective.com/vox-pupuli","https://github.com/sponsors/voxpupuli"],"categories":[],"sub_categories":[],"readme":"# Mosquitto module for Puppet\n\n[![Build Status](https://github.com/voxpupuli/puppet-mosquitto/workflows/CI/badge.svg)](https://github.com/voxpupuli/puppet-mosquitto/actions?query=workflow%3ACI)\n[![Release](https://github.com/voxpupuli/puppet-mosquitto/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-mosquitto/actions/workflows/release.yml)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/mosquitto.svg)](https://forge.puppetlabs.com/puppet/mosquitto)\n[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/mosquitto.svg)](https://forge.puppetlabs.com/puppet/mosquitto)\n[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/mosquitto.svg)](https://forge.puppetlabs.com/puppet/mosquitto)\n[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/mosquitto.svg)](https://forge.puppetlabs.com/puppet/mosquitto)\n[![puppetmodule.info docs](http://www.puppetmodule.info/images/badge.png)](http://www.puppetmodule.info/m/puppet-mosquitto)\n[![AGPL v3 License](https://img.shields.io/github/license/voxpupuli/puppet-mosquitto.svg)](LICENSE)\n\n## ToC\n\n* [Description](#description)\n* [License](#license)\n* [Development and Contribution](#development-and-contribution)\n* [Authors](#authors)\n\n## Description\n\nThis module configures the [Eclipse mosquitto](https://mosquitto.org/) service. This is an open source (EPL/EDL licensed) message broker that implements the MQTT protocol.\n\nThe default configuration allows anonymous access. It works simply with:\n\n```puppet\ninclude mosquitto\n```\n\nAll parameters are documented in the REFERENCE.md. You can pass configuration options with:\n\n```puppet\nclass { 'mosquitto':\n  config =\u003e [\n    'acl_file foobar.acl',\n    'bridge_insecure false',\n  ],\n}\n```\n\n## License\n\nThis project is licensed under AGPL-3. A license file is in the document root of this repository.\n\n## Development and Contribution\n\nThis project contains tests for [rspec-puppet](http://rspec-puppet.com/).\n\nQuickstart to run all linter and unit tests:\n\n```bash\nbundle install --path .vendor/ --without system_tests --without development --without release\nbundle exec rake test\n```\n\nDetailed information about the test setup and contributions are in the CONTRIBUTING.md in the `.github/` directory.\n\n## Authors\n\npuppet-mosquitto is maintained by [Vox Pupuli](https://voxpupuli.org), it was written by [Tim 'bastelfreak' Meusel](https://github.com/bastelfreak).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-mosquitto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxpupuli%2Fpuppet-mosquitto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-mosquitto/lists"}