소스 검색

Use the latest stable salt from repo.saltstack.com

tags/v0.57.0
David Boucha 8 년 전
부모
커밋
cca75d93d7
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. +5
    -2
      dev/setup-salt.sh

+ 5
- 2
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

Loading…
취소
저장