Add the prosody module
[mirror/dsa-puppet.git] / 3rdparty / modules / prosody / metadata.json
diff --git a/3rdparty/modules/prosody/metadata.json b/3rdparty/modules/prosody/metadata.json
new file mode 100644 (file)
index 0000000..8dbaac4
--- /dev/null
@@ -0,0 +1,26 @@
+{
+  "name": "mayflower-prosody",
+  "version": "0.4.1",
+  "author": "Franz Pletz",
+  "summary": "Simple Puppet module for managing the Prosody Jabber/XMPP server",
+  "license": "Apache-2.0",
+  "source": "https://github.com/mayflower/puppet-prosody",
+  "issues_url": "https://github.com/mayflower/puppet-prosody/issues",
+  "description": "This module supports most configuration options and installing community modules",
+  "dependencies": [
+    {
+      "name": "puppetlabs/stdlib",
+      "version_requirement": ">= 4.25.0"
+    },
+    {
+      "name": "puppetlabs/vcsrepo",
+      "version_requirement": ">= 1.0.0 < 3.0.0"
+    }
+  ],
+  "requirements": [
+    {
+      "name": "puppet",
+      "version_requirement": ">= 5.5.10 < 7"
+    }
+  ]
+}