mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-11-30 21:45:25 +01:00
Use the latest stable salt from repo.saltstack.com
This commit is contained in:
parent
d0d4a6cc6b
commit
cca75d93d7
@ -1,7 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/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 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-master -y
|
||||||
sudo apt-get install salt-minion -y
|
sudo apt-get install salt-minion -y
|
||||||
# setup top files to test the formula
|
# setup top files to test the formula
|
||||||
|
Loading…
Reference in New Issue
Block a user