Created
September 22, 2014 17:20
-
-
Save zachflower/a88996e1f1c6cc826c25 to your computer and use it in GitHub Desktop.
Force installation of Vagrant plugins.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unless Vagrant.has_plugin?("<PluginName>") | |
system('vagrant plugin install <PluginName>') | |
raise("Plugin installed. Run command again."); | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment