Skip to content

/etc/condor/config.d/00_config_local.config.bak.$now is loaded  #103

@sferry

Description

@sferry

Hi,
There is this feature of keeping a copy of the last config file for
/etc/condor/config.d/27_shared_port.config
and
/etc/condor/config.d/00_config_local.config
appending a .bak.$now to the name of the file.
The problem is - if I got it right - that the file is actually loaded AFTER the new file (without the .bak.$now), hence there is no modification of the configured variables in condor ( only new variables are added).
The catch is that puppet Filebucketed the files and compute/compare the checksums and at the next run remove the .bak.$now file.

I beleive it is not recommended to have this behavior : "necessity to run twice the puppet agent to get the righ config".
Would it be possible to remove the 2 lines "backup => " ?
or
make sure the *.bak.$now are NOT loaded to condor.
Thanks
Sophie

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions