https://bugzilla.wikimedia.org/show_bug.cgi?id=69720
--- Comment #4 from Dan Duvall <[email protected]> --- Looking at the coercion of vagrant_ram and the order in which settings files are loaded (vagrant.d/*.yaml then .settings.yaml), a setting in the latter will always take precedence. We can either: 1) change the order so that entries from vagrant.d override those from .settings.yaml; or 2) change the coercion for vagrant_ram to take the greater of the old or new value—currently, it takes the greater of the new and _default_ value. Keep in mind that option 2 introduces the side effect that one can't lower vagrant_ram; it can only go up! I'm not sure why forward_ports would break in this same way but I'll take a closer look. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
