This repository was archived by the owner on Mar 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
- ## 2014-11-08 - 3.4.1
1
+ ## 2014-12-02 - 3.4.2 (Bugfix release)
2
+
3
+ #### Bugfixes:
4
+
5
+ - inheriting ` old_servicename ` correctly from main class ` mongodb `
6
+ - fix different apt source for debian and ubuntu
7
+
8
+ ## 2014-11-08 - 3.4.1 (Bugfix release)
2
9
3
10
#### Features:
4
11
10
17
- fix absolute variable path from params.pp
11
18
- Debian: remove --make-pidfile , because mongod sets pidfile itself
12
19
13
- ## 2014-06-23 - 3.4.0
20
+ ## 2014-06-23 - 3.4.0 (Feature release)
14
21
15
22
#### Features:
16
23
23
30
- fix package naming on Debian-like systems
24
31
- package names are version 2.6.x compatiple now
25
32
26
- ## 2014-04-22 - 3.3.1
33
+ ## 2014-04-22 - 3.3.1 (Bugfix release)
27
34
28
35
- set ulimit nproc (number of processes) to recommend value 32k (was 1024)
29
36
- add parameter to set ulimit nproc
30
37
- complete rewrite of README
31
38
32
- ## 2014-01-10 - 3.3.0
39
+ ## 2014-01-10 - 3.3.0 (Feature release)
33
40
34
41
- you can specify which version of mongodb to be installed (package_ensure)
35
42
- ensure default init script is replaced on ubuntu on puppet >3.3
36
43
- parameter logrotate_package_manage allows you to specify if this module should install logrotate package
37
44
38
- ## 2013-12-11 - 3.2.1
45
+ ## 2013-12-11 - 3.2.1 (Bugfix release)
39
46
40
47
- fix a bunch of changed variables
41
48
Original file line number Diff line number Diff line change 1
1
name ' dwerder-mongodb'
2
- version ' 3.4.1 '
2
+ version ' 3.4.2 '
3
3
source ' git clone https://github.com/echocat/puppet-mongodb.git'
4
4
author ' echocat / Daniel Werdermann'
5
5
license ' Mozilla Public License Version 2.0'
Original file line number Diff line number Diff line change 27
27
}
28
28
],
29
29
"name" : " dwerder-mongodb" ,
30
- "version" : " 3.4.1 " ,
30
+ "version" : " 3.4.2 " ,
31
31
"source" : " git clone https://github.com/echocat/puppet-mongodb.git" ,
32
32
"author" : " echocat / Daniel Werdermann" ,
33
33
"license" : " Mozilla Public License Version 2.0" ,
You can’t perform that action at this time.
0 commit comments