From 68726344a9084c537deecc279ab185eccf9fba73 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 23 Jan 2013 14:33:06 +0000 Subject: [PATCH] `install_arch_git_deps()` also needs salt's repository because of dependencies. --- bootstrap-salt-minion.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap-salt-minion.sh b/bootstrap-salt-minion.sh index a5ac937..e21a564 100755 --- a/bootstrap-salt-minion.sh +++ b/bootstrap-salt-minion.sh @@ -766,6 +766,10 @@ Server = http://intothesaltmine.org/archlinux } install_arch_git_deps() { + grep '\[salt\]' /etc/pacman.conf >/dev/null 2>&1 || echo '[salt] +Server = http://intothesaltmine.org/archlinux +' >> /etc/pacman.conf + pacman -Sy --noconfirm pacman git python2-crypto python2-distribute \ python2-jinja python2-m2crypto python2-markupsafe python2-msgpack \ python2-psutil python2-pyzmq zeromq