Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: voxpupuli/puppet-splunk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: voxpupuli/puppet-splunk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.1
Choose a head ref
  • 6 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 3, 2016

  1. Copy the full SHA
    4707b24 View commit details

Commits on Oct 4, 2016

  1. Notify service from addons

    crayfishx committed Oct 4, 2016
    Copy the full SHA
    b803cff View commit details
  2. Merge pull request #57 from crayfishx/bug/service_reloads

    Notify service from addons
    crayfishx authored Oct 4, 2016
    Copy the full SHA
    afe44b1 View commit details
  3. Prepped 5.0.1

    crayfishx committed Oct 4, 2016
    Copy the full SHA
    86e5aa6 View commit details
  4. added dates to changelog

    crayfishx committed Oct 4, 2016
    Copy the full SHA
    84743be View commit details
  5. Merge pull request #58 from crayfishx/release/5.0.1

    Prepped 5.0.1
    crayfishx authored Oct 4, 2016
    Copy the full SHA
    74822f6 View commit details
Showing with 26 additions and 5 deletions.
  1. +10 −1 CHANGELOG.md
  2. +3 −0 manifests/forwarder.pp
  3. +13 −4 metadata.json
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## Release 5.0.0
## 2016-10-04 Release 5.0.1

Minor bugfix release

### Changes

- #57 - Added refresh relationship between `Splunk::Addon` defined resources and the splunk service


## 2016-10-03 Release 5.0.0

### Migration from puppetlabs/splunk

3 changes: 3 additions & 0 deletions manifests/forwarder.pp
Original file line number Diff line number Diff line change
@@ -96,6 +96,9 @@
# Declare addons
create_resources('splunk::addon', $addons)

# Ensure that the service restarts upon changes to addons
Splunk::Addon <||> ~> Service[$virtual_service]

# Declare inputs and outputs specific to the forwarder profile
$tag_resources = { tag => 'splunk_forwarder' }
create_resources( 'splunkforwarder_input',$forwarder_input, $tag_resources)
17 changes: 13 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-splunk",
"version": "5.0.0",
"version": "5.0.1",
"author": "Vox Pupuli",
"summary": "Manage and deploy Splunk servers and forwarders",
"license": "Apache-2.0",
@@ -63,8 +63,17 @@
}
],
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 2.4.0 < 5.0.0"},
{"name":"puppetlabs-inifile","version_requirement":">= 1.0.0 < 2.0.0"},
{"name":"puppet-staging","version_requirement":">= 0.3.1"}
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 2.4.0 < 5.0.0"
},
{
"name": "puppetlabs-inifile",
"version_requirement": ">= 1.0.0 < 2.0.0"
},
{
"name": "puppet-staging",
"version_requirement": ">= 0.3.1"
}
]
}