From b8509f5bbf82adbca142b641a5679f38dfd3269e Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 7 Oct 2014 01:59:09 -0300 Subject: [PATCH] Disabled fastestmirror yum plugin in vagrant env --- vagrant/centos.sh | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/vagrant/centos.sh b/vagrant/centos.sh index 311286e..a8ef8b7 100644 --- a/vagrant/centos.sh +++ b/vagrant/centos.sh @@ -1,5 +1,8 @@ #!/bin/bash +### Disable annoying plugin +sed -i'' s/enabled=1/enabled=0/g /etc/yum/pluginconf.d/fastestmirror.conf + ### Add PUIAS repo yum install curl -y -- libgit2 0.21.2