From de7843408682fe033ec3f21b8eef2f3a556676e7 Mon Sep 17 00:00:00 2001 From: rhy-jot Date: Thu, 20 Jun 2013 20:20:37 -0700 Subject: [PATCH] Use HTTPS for DOKKU_STACK and BOX_URI --- Vagrantfile | 2 +- bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 08f469029..f5fcd7125 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -2,7 +2,7 @@ # vi: set ft=ruby : BOX_NAME = ENV["BOX_NAME"] || "raring" -BOX_URI = ENV["BOX_URI"] || "http://cloud-images.ubuntu.com/vagrant/raring/current/raring-server-cloudimg-amd64-vagrant-disk1.box" +BOX_URI = ENV["BOX_URI"] || "https://cloud-images.ubuntu.com/vagrant/raring/current/raring-server-cloudimg-amd64-vagrant-disk1.box" DOKKU_DOMAIN = ENV["DOKKU_DOMAIN"] || "dokku.me" DOKKU_IP = ENV["DOKKU_IP"] || "10.0.0.2" diff --git a/bootstrap.sh b/bootstrap.sh index cb81eb036..8dfeb81bc 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,5 @@ DOKKU_REPO=${DOKKU_REPO:-"https://github.com/progrium/dokku.git"} -DOKKU_STACK=${DOKKU_STACK:-"http://s3.amazonaws.com/progrium-dokku/progrium_buildstep.tgz"} +DOKKU_STACK=${DOKKU_STACK:-"https://s3.amazonaws.com/progrium-dokku/progrium_buildstep.tgz"} apt-get install -y linux-image-extra-`uname -r` software-properties-common add-apt-repository -y ppa:dotcloud/lxc-docker