Sorry slight mistake in the patch, please use this one, re-issued a new pull request.

https://github.com/chjohnst/cobbler/commit/6e45b521c6c12a168fa8d88bdd81921d99059f4b

On Fri, Dec 2, 2011 at 12:40 PM, Christopher Johnston <cjohnstonwork@gmail.com> wrote:
https://github.com/chjohnst/cobbler/commit/c5e53f7f36c01eaaaf9f7f47466de2221d82a32c

I added a new cobbler setting to ensure that all client commands are forced to use the localhost instead of the server setting.  In my environment we have cobbler nodes where we provide a remote server for that entry or the VIP in the cluster (active/standby cobbler nodes).  This is causing commands like cobbler sync from completing as they can attempt to connect to the VIP.  The setting defaults to off, but can be turned on if you want to force connections to the localhost.

Let me know if you have any questions. 

-Chris