todo

Layer Configuration Files

~~TASK:Garrett Koller?!~~ In each of the local configuration directories of the computers, rename the files (with numbers in the filenames) so that the configuration files are read in the following order:

  1. condor_config_global
  2. condor_config_manager.shared
  3. condor_config.local

The problem with the way it is now (I think) is that the ASCII value of “.” is less than the ASCII value of “_”, so that the condor_config.local file's settings are read before being overwritten by the condor_config_manager.shared, which is not what it should do. :-(