summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-07-02 21:20:31 +0200
committervarac <varacanero@zeromail.org>2016-07-05 11:06:07 +0200
commit72cf643ad03bf247784b686c1fabb1ba73ddc572 (patch)
treebd8e6e182fa63336118fdb492c8d3e750001e4cc /tests
parent08ee51d5fec11dae3cb0935a1671805dfee3a516 (diff)
use single node with vagrant
Diffstat (limited to 'tests')
-rw-r--r--tests/puppet/provider/nodes/single.json11
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/puppet/provider/nodes/single.json b/tests/puppet/provider/nodes/single.json
index fd9e4065..ca358cc5 100644
--- a/tests/puppet/provider/nodes/single.json
+++ b/tests/puppet/provider/nodes/single.json
@@ -1,12 +1,9 @@
{
- "ip_address": "1.1.1.1",
+ "ip_address": "10.5.5.101",
"services": [
"couchdb",
- "soledad",
- "webapp",
"mx",
- //"static"
- "monitor"
- ],
- "tags": ["single"]
+ "soledad",
+ "webapp"
+ ]
}