I have a situation where I'd like different apps to be deployed to different target locations on a single deployment client.
On the deployment server, everything is still in $SPLUNK_HOME/etc/deployment-apps and I'd like to keep it that way. I was trying to use targetRepositoryLocation in the [serverClass:<server class name>:app:<app name>] stanza of serverclass.conf and serverRepositoryLocationPolicy=acceptAlways in deploymentclient.conf, but it wasn't working (everything was still being placed into $SPLUNK_HOME/etc/apps on the deployment client). I just looked again at the spec and it seems targetRepositoryLocation is only valid in the [global] stanza.
If I understand repositoryLocation correctly, this is the location on the deployment server where the apps for deployment can be found, so I don't think I can use that to change the target. However, I also can't set repositoryLocation in deploymentclient.conf, because I don't want to use the same target location for every app.
Is there a way to do this?
... View more