You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+33-3Lines changed: 33 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,27 @@
1
+
## puppetlabs-puppetdb changelog
2
+
3
+
Release notes for the puppetlabs-puppetdb module.
4
+
5
+
------------------------------------------
6
+
7
+
#### 1.2.0 - 2013/04/05
8
+
9
+
This release is primarily about providing full configuration file support in the module for PuppetDB 1.2.0. (The alignment of version is a coincidence I assure you :-).
10
+
11
+
This feature release adds the following new configuration parameters to the main `puppetdb` class:
12
+
13
+
* node_ttl
14
+
* node_purge_ttl (available in >=1.2.0)
15
+
* report_ttl
16
+
17
+
Consult the README for futher details about these new configurable items.
18
+
19
+
##### Changes
20
+
21
+
* (Nick Lewis) Add params and ini settings for node/purge/report ttls and document them
22
+
23
+
------------------------------------------
24
+
1
25
1.1.5
2
26
=====
3
27
@@ -11,8 +35,10 @@
11
35
2013-01-17 - Chris Price
12
36
* Improve documentation in init.pp
13
37
38
+
------------------------------------------
39
+
14
40
1.1.4
15
-
========
41
+
=====
16
42
17
43
This is a bugfix release, mostly around fixing backward-compatibility for the
18
44
deprecated `manage_redhat_firewall` parameter. It wasn't actually entirely
@@ -24,8 +50,10 @@ backwards-compatible in the 1.1.3 release.
24
50
2013-01-16 - Chris Price <chris@puppetlabs.com>
25
51
* Fix deprecation warnings around manage_redhat_firewall (448f8bc)
26
52
53
+
------------------------------------------
54
+
27
55
1.1.3
28
-
========
56
+
=====
29
57
30
58
This is mostly a maintenance release, to update the module dependencies to newer
31
59
versions in preparation for some new features. This release does include some nice
0 commit comments