Index: Vagrantfile =================================================================== diff -u -N -r374d7f13f6f5a7d111f49ea161473d9849090df0 -r406eb8c397ce79183ada7731570eab3afb57aa67 --- Vagrantfile (.../Vagrantfile) (revision 374d7f13f6f5a7d111f49ea161473d9849090df0) +++ Vagrantfile (.../Vagrantfile) (revision 406eb8c397ce79183ada7731570eab3afb57aa67) @@ -18,7 +18,7 @@ # Ubuntu LTS 14.04 in us-east-1 with Puppet installed from the Puppet # Labs apt repository, with a Docker capable (3.8) Linux kernel - aws.ami = 'ami-744b3e1c' + aws.ami = 'ami-20b4c148' aws.region = 'us-east-1' aws.instance_type = 'm3.xlarge'