At my work, we have shell scripts to automate pretty much everything when it comes to building a server. The install of the OS is fully automated based on some profiles and whatnots. Patching, adding users, etc, is all scripted to make life easier.
However when we need to deploy an enterprise application, these servers are "application servers" mind you, that is a totally different process. We deal with a totally different set of admins, middleware guys. We provide them binaries that were promoted through from dev, to qa, and then to prod.
Its perfectly normal to automate the setup of the box but you don't want to be "building" applications on a production box. If for anyreason the performance hit any live application would see when the box goes about a big nasty compile process. :D