From 7c5f066af6267366c037e2473b5e0a78fda60783 Mon Sep 17 00:00:00 2001 From: Tyler Tidman Date: Fri, 15 Jan 2016 15:41:45 -0500 Subject: [PATCH 1/3] Update the vagrant box used --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 8397a0fd6..dab817f56 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -29,7 +29,7 @@ sudo apt-get install -y curl git-core zip SCRIPT Vagrant.configure(2) do |config| - config.vm.box = "chef/ubuntu-12.04" + config.vm.box = "bento/ubuntu-12.04" config.vm.provision "shell", inline: $script From 81eea8ca8c8f715a946c6576e3103afbdfb60a2a Mon Sep 17 00:00:00 2001 From: Tyler Tidman Date: Fri, 15 Jan 2016 16:19:21 -0500 Subject: [PATCH 2/3] Freshen up the vagrant box used; Add missing dependency from readme --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index dab817f56..b2e63d3c3 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -25,11 +25,11 @@ sudo chown -R vagrant:vagrant $SRCROOT sudo chown -R vagrant:vagrant /opt/gopath # Install some other stuff we need -sudo apt-get install -y curl git-core zip +sudo apt-get install -y curl git bzr zip SCRIPT Vagrant.configure(2) do |config| - config.vm.box = "bento/ubuntu-12.04" + config.vm.box = "bento/ubuntu-14.04" config.vm.provision "shell", inline: $script From 76c49f6ed07fe92a087de8f5738a658efa770f51 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Fri, 15 Jan 2016 13:41:29 -0800 Subject: [PATCH 3/3] Remove errant trailing slash from blog URL --- website/source/intro/hashicorp-ecosystem.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/hashicorp-ecosystem.html.markdown b/website/source/intro/hashicorp-ecosystem.html.markdown index 2feff68bd..98770a122 100644 --- a/website/source/intro/hashicorp-ecosystem.html.markdown +++ b/website/source/intro/hashicorp-ecosystem.html.markdown @@ -15,7 +15,7 @@ the ecosystem HashiCorp has built to make application delivery a versioned, auditable, repeatable, and collaborative process. To learn more about our beliefs on the qualities of the modern datacenter and responsible application delivery, read [The Atlas Mindset: Version Control for -Infrastructure](https://www.hashicorp.com/blog/atlas-mindset.html/?utm_source=packer&utm_campaign=HashicorpEcosystem). +Infrastructure](https://www.hashicorp.com/blog/atlas-mindset.html?utm_source=packer&utm_campaign=HashicorpEcosystem). If you are using Packer to build machine images and deployable artifacts, it's likely that you need a solution for deploying those artifacts. Terraform is our