]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/memcached/metadata.json
try again, with puppetforge modules, correctly included now
[dsa-puppet.git] / 3rdparty / modules / memcached / metadata.json
diff --git a/3rdparty/modules/memcached/metadata.json b/3rdparty/modules/memcached/metadata.json
new file mode 100644 (file)
index 0000000..71d0c7a
--- /dev/null
@@ -0,0 +1,48 @@
+{
+  "name": "saz-memcached",
+  "version": "2.8.1",
+  "author": "saz",
+  "summary": "Manage memcached via Puppet",
+  "license": "Apache License, Version 2.0",
+  "source": "git://github.com/saz/puppet-memcached.git",
+  "project_page": "https://github.com/saz/puppet-memcached",
+  "issues_url": "https://github.com/saz/puppet-memcached/issues",
+  "operatingsystem_support": [
+    {
+      "operatingsystem": "RedHat"
+    },
+    {
+      "operatingsystem": "CentOS"
+    },
+    {
+      "operatingsystem": "OracleLinux"
+    },
+    {
+      "operatingsystem": "Scientific"
+    },
+    {
+      "operatingsystem": "Debian"
+    },
+    {
+      "operatingsystem": "Ubuntu"
+    },
+    {
+      "operatingsystem": "Windows"
+    }
+  ],
+  "requirements": [
+    {
+      "name": "pe",
+      "version_requirement": ">= 3.2.0 < 3.4.0"
+    },
+    {
+      "name": "puppet",
+      "version_requirement": "3.x"
+    }
+  ],
+  "description": "Manage memcached via Puppet",
+  "dependencies": [
+    {"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"},
+    {"name":"puppetlabs/firewall","version_requirement":">= 0.1.0"}
+  ]
+}