puppet-splunk
puppet-splunk copied to clipboard
adding a section without any settings does not work, this is needed for the replication port
Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: 8
- Ruby: 3
- Distribution: ubuntu
- Module version: 9.1.1
How to reproduce (e.g Puppet code you use)
splunk_server {
'replication_port://9887/':;
'replication_port':
section => 'replication_port://9887',
}
What are you seeing
etc/system/local/server.conf is not updates with a empty section for the replicatrion
What behaviour did you expect instead
I need there to be a section with tno settings a bit like this
[replication_port://9887]
Output log
no errors