<p><br>
On Mar 2, 2012 6:21 PM, "Daniel Drake" <<a href="mailto:dsd@laptop.org">dsd@laptop.org</a>> wrote:<br>
> I propose that we simplify this: remove the "global.modules" variable,<br>
> and make the presence of a section become the hint that a module is<br>
> loaded. For example:</p>
<p>Yes please. It's a common mistake to forget to add the module in the modules list.</p>
<p>Some modules, however, only need to appear listed there. For those, I propose _retaining_ the global.modules entry.</p>
<p>So for example:</p>
<p>        [global]<br>
        fedora_release=17<br>
        modules=base,xo1,yumcfg</p>
<p>        [yumcfg]<br>
        add_excludes_to=fedora-rawhide</p>
<p>Simplifies to</p>
<p>        [global]<br>
        fedora_release=17<br>
        modules=base,xo1</p>
<p>        [yumcfg]<br>
        add_excludes_to=fedora-rawhide<br></p>
<p>You can also do</p>
<p>>        [base]<br>
>        [xo1]</p>
<p>but it looks really dorky.</p>
<p>cheers,<br><br></p>
<p>m</p>