diff --git a/website/Vagrantfile b/website/Vagrantfile index b8da4b2db..0cdf78d94 100644 --- a/website/Vagrantfile +++ b/website/Vagrantfile @@ -6,6 +6,8 @@ sudo apt-get -y update # RVM/Ruby sudo apt-get -y install curl +sudo apt-get -y install git +gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3 curl -sSL https://get.rvm.io | bash -s stable . ~/.bashrc . ~/.bash_profile diff --git a/website/source/intro/getting-started/build-image.html.markdown b/website/source/intro/getting-started/build-image.html.markdown index 1cda08a7c..b17b5f823 100644 --- a/website/source/intro/getting-started/build-image.html.markdown +++ b/website/source/intro/getting-started/build-image.html.markdown @@ -54,8 +54,8 @@ briefly. Create a file `example.json` and fill it with the following contents: "access_key": "{{user `aws_access_key`}}", "secret_key": "{{user `aws_secret_key`}}", "region": "us-east-1", - "source_ami": "ami-9eaa1cf6", - "instance_type": "t2.micro", + "source_ami": "ami-c65be9ae", + "instance_type": "t1.micro", "ssh_username": "ubuntu", "ami_name": "packer-example {{timestamp}}" }]