Skip to content

Instantly share code, notes, and snippets.

@dmpeters
Created February 10, 2015 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmpeters/f2845edba4ab070a9013 to your computer and use it in GitHub Desktop.
Save dmpeters/f2845edba4ab070a9013 to your computer and use it in GitHub Desktop.
packer vagrant example
{
"builders": [{
"type": "virtualbox",
"iso_url": "http://releases.ubuntu.com/12.04/ubuntu-12.04.3-server-amd64.iso",
"iso_checksum": "2cbe868812a871242cdcdd8f2fd6feb9"
}],
"builders": [{
"type": "amazon-ebs",
"source_ami": "ami-de0d9eb7",
"region": "us-east-1",
}],
"provisioners": [{
"type": "puppet-masterless",
"manifest_file": "site.pp"
}],
"post-processors": ["vagrant"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment