소스 검색

Vagrant: increased wait to ensure the minion sent it's key to the master before Accepting all keys.

tags/v0.57.0
Martin Griesbach 10 년 전
부모
커밋
0c0b1745a8
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. +3
    -4
      dev/setup-salt.sh

+ 3
- 4
dev/setup-salt.sh 파일 보기

@@ -3,13 +3,12 @@ sudo add-apt-repository ppa:saltstack/salt -y
sudo apt-get update -y
sudo apt-get install salt-master -y
sudo apt-get install salt-minion -y
# Accept all keys#
sleep 5 #give the minion a few seconds to register
sudo salt-key -y -A
# setup top files to test the formula
sudo mkdir -p /srv/pillar
sudo ln -s /srv/salt/pillar.example /srv/pillar/salt.sls
sudo ln -s /srv/salt/dev/pillar_top.sls /srv/pillar/top.sls
# this file will be copied to make a running config. it should not be checked in.
sudo cp /srv/salt/dev/state_top.sls /srv/salt/top.sls

# Accept all keys#
sleep 15 #give the minion a few seconds to register
sudo salt-key -y -A

Loading…
취소
저장