From cca75d93d749dd42e836d43d3948459d3a6e9007 Mon Sep 17 00:00:00 2001 From: David Boucha Date: Mon, 4 Apr 2016 12:28:35 -0600 Subject: [PATCH] Use the latest stable salt from repo.saltstack.com --- dev/setup-salt.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev/setup-salt.sh b/dev/setup-salt.sh index 12aaaf8..5f2d2e2 100644 --- a/dev/setup-salt.sh +++ b/dev/setup-salt.sh @@ -1,7 +1,10 @@ #!/bin/sh + +# use the latest stable Salt from repo.saltstack.com +wget -O - https://repo.saltstack.com/apt/ubuntu/14.04/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add - +sudo echo 'deb http://repo.saltstack.com/apt/ubuntu/14.04/amd64/latest trusty main' > /etc/apt/sources.list.d/saltstack.list + sudo apt-get update -y -sudo apt-get install python-software-properties pkg-config software-properties-common -y -sudo add-apt-repository ppa:saltstack/salt -y sudo apt-get install salt-master -y sudo apt-get install salt-minion -y # setup top files to test the formula