On Fri, May 31, 2013 at 4:16 PM, Yuri Astrakhan <[email protected]>wrote:

> I so wish there was a way not to mess with files under git's control. Can
> that option be exposed through the local user config file?
>

Yep. Create 'Vagrantfile-extra.rb' in the same directory as the Vagrantfile
and add these lines:

Vagrant.configure('2') do |config|
    config.vm.provider :virtualbox do |vb|
        vb.gui = true
    end
end
_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to