Explorar el Código

Fix tests

tags/0.4
Filip Pytloun hace 8 años
padre
commit
587cab3fd1
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  1. +5
    -3
      tests/pillar/control_virt.sls

+ 5
- 3
tests/pillar/control_virt.sls Ver fichero

@@ -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

Cargando…
Cancelar
Guardar