Actions
Bug #23424
closedMake writing node state to fact repos optionnal
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
In #23045 we gave the possibility to not write to commit to fact repo. To limit I/O, we may want to totally disable writing node change.
Option would be:
rudder.facts.repo.writeNodeState=false # totally disable writing node change (new default used if property is not in the config file and so for migration) rudder.facts.repo.writeNodeState=true # enable, commit in git is managed by the previous property 'rudder.facts.repo.historizeNodeChange'
Actions