71d0c7a2d4e55cd38b5b2a14e0c3b3dd1281d45f
[mirror/dsa-puppet.git] / 3rdparty / modules / memcached / metadata.json
1 {
2   "name": "saz-memcached",
3   "version": "2.8.1",
4   "author": "saz",
5   "summary": "Manage memcached via Puppet",
6   "license": "Apache License, Version 2.0",
7   "source": "git://github.com/saz/puppet-memcached.git",
8   "project_page": "https://github.com/saz/puppet-memcached",
9   "issues_url": "https://github.com/saz/puppet-memcached/issues",
10   "operatingsystem_support": [
11     {
12       "operatingsystem": "RedHat"
13     },
14     {
15       "operatingsystem": "CentOS"
16     },
17     {
18       "operatingsystem": "OracleLinux"
19     },
20     {
21       "operatingsystem": "Scientific"
22     },
23     {
24       "operatingsystem": "Debian"
25     },
26     {
27       "operatingsystem": "Ubuntu"
28     },
29     {
30       "operatingsystem": "Windows"
31     }
32   ],
33   "requirements": [
34     {
35       "name": "pe",
36       "version_requirement": ">= 3.2.0 < 3.4.0"
37     },
38     {
39       "name": "puppet",
40       "version_requirement": "3.x"
41     }
42   ],
43   "description": "Manage memcached via Puppet",
44   "dependencies": [
45     {"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"},
46     {"name":"puppetlabs/firewall","version_requirement":">= 0.1.0"}
47   ]
48 }