Skip to content

Commit 51fff6d

Browse files
committed
Merge pull request #19 from puppetlabs/release_3.2.0
Release 3.2.0
2 parents b203f93 + b54feba commit 51fff6d

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

CHANGELOG.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
##2014-12-22 - Release 3.1.1
2-
###Summary
1+
## 2015-07-17 - Release 3.2.0
2+
### Summary
3+
This release adds the ability to install from package repos, add authentication for forwarders, and customize forwarder inputs & outputs.
4+
5+
### Added
6+
- Class `splunk::password` for managing passwords
7+
- Class `splunk` pkg\_provider attribute for using apt/yum repos.
8+
- Define `splunk::forwarder` parameters for customizing the inputs/outputs
9+
10+
## 2014-12-22 - Release 3.1.1
11+
### Summary
312

413
This release fixes a bad checksum for the metadata.json file and also cleans up some lint errors. It also adds missing parameters in `params.pp` for Solaris sparc.
514

6-
##2014-08-06 - Release 3.1.0
7-
###Summary
15+
## 2014-08-06 - Release 3.1.0
16+
### Summary
817

918
For a current list of features please see the README.

metadata.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "puppetlabs-splunk",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"author": "puppetlabs",
55
"summary": "Manage and deploy Splunk servers and forwarders",
66
"license": "Apache-2.0",
77
"source": "http://github.com/puppetlabs/puppetlabs-splunk",
88
"project_page": "https://github.com/puppetlabs/puppetlabs-splunk",
99
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
1010
"dependencies": [
11-
{"name":"puppetlabs-stdlib","version_requirement":">= 2.4.0"},
12-
{"name":"puppetlabs-inifile","version_requirement":">= 1.0.0"},
11+
{"name":"puppetlabs-stdlib","version_requirement":">= 2.4.0 < 5.0.0"},
12+
{"name":"puppetlabs-inifile","version_requirement":">= 1.0.0 < 2.0.0"},
1313
{"name":"nanliu-staging","version_requirement":">= 0.3.1"}
1414
]
1515
}

0 commit comments

Comments
 (0)