Skip to content

Commit

Permalink
Merge pull request #13 from mhaskel/3.1.1-prep
Browse files Browse the repository at this point in the history
3.1.1 prep
hunner committed Dec 18, 2014
2 parents 66ecc34 + 83a4fb3 commit 52f9c35
Showing 2 changed files with 10 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##2014-12-22 - Release 3.1.1
###Summary

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.

##2014-08-06 - Release 3.1.0
###Summary

20 changes: 5 additions & 15 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
{
"name": "puppetlabs-splunk",
"version": "3.1.0",
"version": "3.1.1",
"author": "puppetlabs",
"summary": "Manage and deploy Splunk servers and forwarders",
"license": "Apache 2.0",
"license": "Apache-2.0",
"source": "http://github.com/puppetlabs/puppetlabs-splunk",
"project_page": "https://github.com/puppetlabs/puppetlabs-splunk",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_range": ">= 2.4.0"
},
{
"name": "puppetlabs-inifile",
"version_range": ">= 1.0.0"
},
{
"name": "nanliu-staging",
"version_range": ">= 0.3.1"
}
{"name":"puppetlabs-stdlib","version_requirement":">= 2.4.0"},
{"name":"puppetlabs-inifile","version_requirement":">= 1.0.0"},
{"name":"nanliu-staging","version_requirement":">= 0.3.1"}
]
}

0 comments on commit 52f9c35

Please sign in to comment.