prosody
Forked from mayflower-prosody Simple Puppet module for managing the Prosody Jabber/XMPP server
Version information
released Sep 4th 2015
This version is compatible with:
- Puppet Enterprise 3.x
- Puppet 3.x
Start using this module
Add this module to your Puppetfile:
mod 'eshamow-prosody', '0.2.6'
Learn more about managing modules with a PuppetfileDocumentation
eshamow/prosody — version 0.2.6 Sep 4th 2015
Puppet module for the Prosody Jabber/XMPP server.
This module is a fork of rtyler/puppet-prosody because the upstream is dead. A bunch of features were added and bugs were fixed.
If you want to use Prosody in a production environment, this is the Puppet module to use.
Using
Note: This module has currently only been tested on Ubuntu and OpenBSD.
node default {
include prosody
prosody::virtualhost {
'mydomain.com' :
ensure => present;
}
}
Support
Please file bugs and enhancement requests in the GitHub issue tracker
Dependencies
- puppetlabs/stdlib (>= 3.2.0)
- puppetlabs/vcsrepo (1.x)