Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Puppet updated metadata.json requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jorritfolmer committed Mar 22, 2017
1 parent 1441b2a commit 96a8cb3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### 3.1.0

- Added minfreespace parameter
- Fixed metadata.json
- Fixed hardcoded ecdhcurve

### 3.0.2

Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

[![Travis CI build status](https://travis-ci.org/jorritfolmer/puppet-splunk.svg?branch=master)](https://travis-ci.org/jorritfolmer/puppet-splunk)

This Puppet module can be used to create and arrange Splunk instances into simple, distributed or (multisite) clustered topologies. It does so with the following principles in mind:
This Puppet module can be used to create and arrange the following Splunk instances into simple, distributed or (multisite) clustered topologies:

- Splunk indexers
- Splunk search heads
- Splunk cluster masters
- Splunk search head deployers
- Splunk deployment servers
- Splunk heavy forwarders
- Splunk universal forwarders

It does so with the following principles in mind:

## Principles

Expand Down
8 changes: 2 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jorritfolmer-splunk",
"version": "3.1.0",
"author": "Jorrit Folmer",
"summary": "Deploy Splunk instances into any imaginable topology, distributed or (multisite) clustered.",
"summary": "Deploy Splunk indexers, search heads and universal forwarders into any imaginable topology, distributed or (multisite) clustered.",
"license": "MIT",
"source": "https://github.com/jorritfolmer/puppet-splunk.git",
"issues_url": "https://github.com/jorritfolmer/puppet-splunk/issues",
Expand All @@ -29,15 +29,11 @@
}
],
"requirements": [
{
"version_requirement": ">= 2.7.0 < 2016.1.0",
"name": "pe"
},
{
"version_requirement": ">= 2.7.14 < 5.0.0",
"name": "puppet"
}
],
"tags": ["splunk", "splunkforwarder"]
"tags": ["splunk", "splunkuniversalforwarder"]
}

0 comments on commit 96a8cb3

Please sign in to comment.