Skip to content

Instantly share code, notes, and snippets.

@dmpeters
Created February 10, 2015 23:02
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/db6a2122005a4f1696e6 to your computer and use it in GitHub Desktop.
Save dmpeters/db6a2122005a4f1696e6 to your computer and use it in GitHub Desktop.
{
"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