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

adding a section without any settings does not work, this is needed for the replication port

Open muncjack opened this issue 1 year ago • 0 comments

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

Any additional information you'd like to impart

muncjack avatar Apr 05 '24 13:04 muncjack