installing puppet enterprise agent in different location
At the moment I am installing pe agent using following: curl -k https://pe-master:8140/packages/curre... | sudo bash
Issue I have is that one of the folder it installs is /opt Management uses /opt only for applications. I have tried to install it to a different directory, but it says that rpms are not locatable. What options do I have? Given that we have Enterprise License, is there a way to get enterprise source and build our own rpms where the install paths can be configurable?
Thanks In advance