puppet-splunk icon indicating copy to clipboard operation
puppet-splunk copied to clipboard

Manage Splunk servers and forwarders using Puppet

Results 64 puppet-splunk issues
Sort by recently updated
recently updated
newest added

#### Pull Request (PR) description #### This Pull Request (PR) fixes the following issues

tests-fail

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.3.0 - Ruby: 2.3.1p112 - Distribution: Ubuntu 18.04 (amd64) - Module version: `7.3.1-rc0` (6e54f1a729642b30a8618f717b61491c937cc15c); I also tried 7.3.0 from Puppetforge....

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 5.5.18 - Ruby: 2.4.9 - Distribution: RHEL 6.10 - Module version: 8.0.0 ## How to reproduce (e.g Puppet code you...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: - Ruby: - Distribution: - Module version: ## How to reproduce (e.g Puppet code you use) splunk_authentication ## What are...

question

on enterprise/password/manage.pp is defined the following: file { $password_config_file: ensure => file, owner => $splunk_user, group => $splunk_user, content => $password_content, require => File[$secret_file], } It should define also the...

This allows upgrading splunkforwarder by bumping version/build passed to this module. As a workaround more or less for https://github.com/voxpupuli/puppet-splunk/issues/125. Changing the version/build parameters to `splunk::params` results in: ``` Notice: /Stage[main]/Splunk::Forwarder/Package[splunkforwarder]/ensure:...

enhancement
needs-work
merge-conflicts

I could really use a second pair of 👀 on this. I was sifting through the issues on github for this module and noticed someone having a problem a RHEL...

needs-work
merge-conflicts

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.10.1 - Ruby: - Distribution: Debian 9 - Module version: v7.3.0 ## How to reproduce (e.g Puppet code you use)...

This pull request add the option service_ensure, to make it possible to stop the service in case.

enhancement
needs-tests

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.10.12 - Ruby:2.1.9p490 - Distribution: CentOS - Module version: 7.3.0 ## How to reproduce (e.g Puppet code you use) Configure...