← todo
~~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:
condor_config_global
condor_config_manager.shared
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.