Skip to content

Instantly share code, notes, and snippets.

@TerribleDev
Last active February 25, 2016 12:29
Show Gist options
  • Save TerribleDev/3f5b3a3c0fc98f950514 to your computer and use it in GitHub Desktop.
Save TerribleDev/3f5b3a3c0fc98f950514 to your computer and use it in GitHub Desktop.
install vagrant-orchestrate
#!/bin/bash
sudo apt-get update -y
sudo apt-get install git aptitude puppet -y
sudo aptitude install ruby2.0 -y
wget https://releases.hashicorp.com/vagrant/1.7.4/vagrant_1.7.4_x86_64.deb
dpkg --install vagrant_1.7.4_x86_64.deb
vagrant plugin install vagrant-managed-servers --plugin-version 0.6.0
vagrant plugin install vagrant-orchestrate
gem install librarian-puppet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment