Skip to content

Instantly share code, notes, and snippets.

@einyx
Created February 5, 2014 12:57
Show Gist options
  • Save einyx/ec951f3dda948c5e160f to your computer and use it in GitHub Desktop.
Save einyx/ec951f3dda948c5e160f to your computer and use it in GitHub Desktop.
config.vm.define :customerapi do |customerapi|
puppetbase = "~/Dropbox/puppet-playground/"
config.vm.box = "dummy"
config.ssh.username = "ubuntu"
config.vm.hostname = "customerapi.test"
config.vm.box_url = "https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box"
customerapi.vm.provider :aws do |aws, override|
aws.user_data = File.read("user_data.txt")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment