Skip to content

Instantly share code, notes, and snippets.

@dkam
Created November 16, 2011 03:42
Show Gist options
  • Save dkam/1369174 to your computer and use it in GitHub Desktop.
Save dkam/1369174 to your computer and use it in GitHub Desktop.
Babusha shell provisioner for Vagrant
#!/bin/bash
# In your Vagrant file, add a shell provisioner, pointing to this file:
#
# config.vm.provision :shell, :path => "babushka.sh"
#
# Download and chmod the Babushka installer, if it's not already installed.
which babushka || bash -c "`wget -O - babushka.me/up/hard`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment