Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Salt 2015.5.8 #175

Merged
merged 1 commit into from Dec 15, 2015
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update to Salt 2015.5.8

Also switch to new archive url scheme (introduced with 2015.8.3).
The new archive urls point to a specific Salt version and will not
change over time, allowing for precise version pinning.

Closes #174.
  • Loading branch information
aneeshusa committed Dec 15, 2015
commit 9fccba1ec23b9674e3d3751b42b7177cee2b23c2
@@ -14,10 +14,10 @@ install_salt () {
if [ "${OS_NAME}" = "linux" ]; then
printf "$0: installing salt for Linux\n"
# Use Trusty (Ubuntu 14.04) on Travis
curl https://repo.saltstack.com/apt/ubuntu/ubuntu14/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -
printf 'deb http://repo.saltstack.com/apt/ubuntu/ubuntu14/2015.5 trusty main\n' | sudo tee -a /etc/apt/sources.list >/dev/null
curl https://repo.saltstack.com/apt/ubuntu/14.04/amd64/archive/2015.5.8/SALTSTACK-GPG-KEY.pub | sudo apt-key add -
printf 'deb http://repo.saltstack.com/apt/ubuntu/14.04/amd64/archive/2015.5.8 trusty main\n' | sudo tee -a /etc/apt/sources.list >/dev/null
sudo apt-get -y update
sudo apt-get -y install salt-minion=2015.5.6+ds-1
sudo apt-get -y install salt-minion=2015.5.8+ds-1
elif [ "${OS_NAME}" = "osx" ]; then
printf "$0: installing salt for Mac OS X\n"
brew update
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.