From 9e33473aa99441ba1c0899c2db197af65e9c415a Mon Sep 17 00:00:00 2001 From: Sven Anderson Date: Wed, 18 Nov 2015 16:24:05 +0100 Subject: [PATCH] create shared wheelhouse from pip cache --- Vagrantfile | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 6de2feb..4001cae 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -99,18 +99,27 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.provision "shell", inline: <<-SHELL dnf install -y rsyslog joe yum-utils net-tools nfs-utils mlocate telnet sudo git dnf + mkdir -p /vagrant/.wheelhouse + cat >/etc/pip.conf <>/etc/pip.conf </dev/null + systemctl enable mariadb rabbitmq-server httpd SHELL end