https://bugzilla.wikimedia.org/show_bug.cgi?id=46676
--- Comment #2 from Daniel Friesen <[email protected]> --- Currently this has to be done in a global way. Individual vagrant projects can't define custom plugins. Only plugins from the global rubygems (the ones bundled with vagrant included) and plugins installed in a .vagrant/gems home folder (presumably managed by `vagrant plugin`) can be loaded. Would be a little ugly for vagrant to list `vagrant mwupdate`, `vagrant mwreset`, etc... when you list the vagrant commands and aren't in a project related to MediaWiki at all. While it's not possible now. Looking at the vagrant code. In theory by making some changes to lib/vagrant/environment.rb:load_plugins it should be possible to make it so future versions of vagrant permit individual vagrant projects to define custom vagrant plugins that are only loaded when inside the project. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
