Actions
Bug #16288
closedAgent policy loading is done in the wrong order
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
With the initial promises, the agent tries to load the ncf files by executing a shell script, the shell command is build with variables taking from the bundle "g".
This bundle is defined in the site.cf of the common system_techniques which are loaded after the promises.cf and so, does not exist at loading time.
We should define the rudder_capabilities_file variable in the "va" bundle and then, in the "g" bundle, keep the current one, defined from the one in the "va" bundle.
Actions