puppetlabs/splunk set deployment server
I am using module puppetlabs/splunk for windows/linux client to install and configure Splunk Forwarder. The Puppet configure fine the
/opt/splunkforwarder/etc/system/local/outputs.conf
But I need to control file
/opt/splunkforwarder/etc/system/local/deploymentclient.conf
to set:
[deployment-client]
[target-broker:deploymentServer]
targetUri = dep00.domain.com:8089
Is it any way how to control this file?
add a comment