浏览代码

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

正在加载...
取消
保存