in reply to Centralized web based configuration

You may want to consider rsync, at least for the file transfer part of the job. Keep a config without any machine specific stuff in one directory, write a script to build the directories for each machine from the generic config then rsync from each machine by a cron job, or manually.
  • Comment on Re: Centralized web based configuration