[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Local Config with Files and Dir



Hi all,

If I set up condor as follows:

LOCAL_CONFIG_FILE = $(LOCAL_DIR)/cc.local,$(LOCAL_DIR)/cc.custom
LOCAL_CONFIG_DIR = /etc/condor/config.d/

and I place a file /etc/condor/config.d/01_test that has some directive
in it, I notice it is parsed before the files explicitly listed, as follows:

05/13/13 15:58:12 Using local config sources:
05/13/13 15:58:12    /etc/condor/config.d/01_test
05/13/13 15:58:12    /home/condor/local/cc.local
05/13/13 15:58:12    /home/condor/local/cc.custom

I would like to be able to override directives in my local-files with
extra (puppet managed) files from my config.d, by having the
local_config_dir parsed after the local_config_file, is this possible
without moving all local-config into the config.d?

Thank You,
Will Strecker-Kellogg
RACF Condor Admin/BNL