Details
Description
insert_ini_section can not handle multiple sections.
If you use insert_ini_section and iterate over multiple sections insertions are not targeted to the correct section. Thus the bundle is only useful in cases you want to manage a single section.
It should insert the proper configs after the correct section.