Created
February 10, 2015 23:02
-
-
Save dmpeters/db6a2122005a4f1696e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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