Fix tests
diff --git a/tests/pillar/control_virt.sls b/tests/pillar/control_virt.sls
index 153b6a6..51255f6 100644
--- a/tests/pillar/control_virt.sls
+++ b/tests/pillar/control_virt.sls
@@ -1,4 +1,6 @@
salt:
+ minion:
+ enabled: true
control:
enabled: true
virt_enabled: true
@@ -25,9 +27,9 @@
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
\ No newline at end of file
+ image: "http://ubuntu.com"
+ size: small