소스 검색

Fix tests

tags/0.4
Filip Pytloun 8 년 전
부모
커밋
587cab3fd1
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. +5
    -3
      tests/pillar/control_virt.sls

+ 5
- 3
tests/pillar/control_virt.sls 파일 보기

@@ -1,4 +1,6 @@
salt:
minion:
enabled: true
control:
enabled: true
virt_enabled: true
@@ -25,9 +27,9 @@ salt:
node:
ubuntu1:
provider: node01.domain.com
image: ubuntu.qcow
image: "salt://ubuntu.qcow"
size: medium
ubuntu2:
provider: node02.domain.com
image: bubuntu.qcomw
size: small
image: "http://ubuntu.com"
size: small

Loading…
취소
저장