I am using the SBT Native Packager to build RPMs from a Scala project (written using Play Framework).
The documentation for SBT Native Packager says:
If you include a conf/ directory with configuration, this will show up as a symlink under /etc/app/
How do I stop it creating this symlink? /etc/app/ will already exist, and I'm going to supply config with a file generated by puppet instead.