Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.

Commit a34e0df

Browse files
committed
prepare release 3.3.1
1 parent a74e790 commit a34e0df

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

metadata.json

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"operatingsystem_support": [
3+
{
4+
"operatingsystem": "RedHat"
5+
},
6+
{
7+
"operatingsystem": "CentOS"
8+
},
9+
{
10+
"operatingsystem": "Scientific"
11+
},
12+
{
13+
"operatingsystem": "Debian"
14+
},
15+
{
16+
"operatingsystem": "Ubuntu"
17+
}
18+
],
19+
"requirements": [
20+
{
21+
"name": "pe",
22+
"version_requirement": "3.x"
23+
},
24+
{
25+
"name": "puppet",
26+
"version_requirement": ">=2.7.20 <4.0.0"
27+
}
28+
],
29+
"name": "dwerder-mongodb",
30+
"version": "3.3.1",
31+
"source": "git clone https://github.com/echocat/puppet-mongodb.git",
32+
"author": "echocat / Daniel Werdermann",
33+
"license": "Mozilla Public License Version 2.0",
34+
"summary": "MongoDB module with sharding",
35+
"description": "Install, enable and configure the mongod and mongos. Optional with sharding.",
36+
"project_page": "https://github.com/echocat/puppet-mongodb",
37+
"dependencies": [
38+
{
39+
"name": "puppetlabs/stdlib",
40+
"version_requirement": ">= 2.2.1"
41+
},
42+
{
43+
"name": "puppetlabs/apt",
44+
"version_requirement": ">= 1.1.0"
45+
}
46+
],
47+
"types": [
48+
49+
],
50+
"checksums": {
51+
"CHANGELOG.md": "94d3b52b90c1058a35e4eb96e8c20e04",
52+
"LICENSE": "430d435c77de93c32f59be4ecee43277",
53+
"Modulefile": "ec7b0274c87ea9fa12031663a07bda0f",
54+
"README.md": "47b604996e18606c206ec9260442a373",
55+
"manifests/init.pp": "37b9962aa14454751f458bf6386591e7",
56+
"manifests/install.pp": "37f57ce9b9bbd324a97fe85b6c040072",
57+
"manifests/limits/conf.pp": "d43e3319d37bfa6ddfb507e7b460e515",
58+
"manifests/logrotate.pp": "edf0bf96824630690989e05ffbbfa510",
59+
"manifests/mongod.pp": "dfa9f3870328b4b1d971d970bb4f6a1d",
60+
"manifests/mongos.pp": "d684a41a2df7754132893e3d197c2b15",
61+
"manifests/monit.pp": "57acf9e40e034492d09721ebdcfe4579",
62+
"manifests/params.pp": "2fa2d5780e79e452e5773e9858f485bf",
63+
"manifests/repos/apt.pp": "4c1cd663bad641605bf74f33e701ba52",
64+
"manifests/repos/yum.pp": "68b0dc9610235556c05149d758c20065",
65+
"templates/debian_mongod-init.conf.erb": "e847cc6bf4eb11b2166dafd89b92f5e1",
66+
"templates/debian_mongos-init.conf.erb": "3178e9af28b180150f43579da551f0da",
67+
"templates/logrotate.conf.erb": "f831c6836436bac28f259c46ab193647",
68+
"templates/mongod.conf.erb": "9b0beced4474d845ed01dbb85b830321",
69+
"templates/mongod.key.erb": "6eee0ece0a2ee8748bbf0260e80e9a67",
70+
"templates/mongodb.monit.erb": "aec2f8036663ea4914f0731f0deda557",
71+
"templates/mongos.conf.erb": "a195f0bed523a329acda3c232fb61d58",
72+
"templates/mongos.key.erb": "a7b524a6ac5a7d1ce6aa9521b25ec89e",
73+
"templates/redhat_mongod-init.conf.erb": "7d8d5f73893aabae267448cdcdedcdf8",
74+
"templates/redhat_mongos-init.conf.erb": "cfa357e3d5ec418e7af1c080a6faa9d7",
75+
"templates/replacement_mongod-init.conf.erb": "7477f65bb0d5038ba365c82c06329742"
76+
}
77+
}

0 commit comments

Comments
 (0)