summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-05-18 16:29:35 +0200
committervarac <varacanero@zeromail.org>2015-05-18 16:29:35 +0200
commit31f5c75dd502cc23fccec834c5c60c969b115a68 (patch)
treefd85c65ef00f38c5c468ff996b4982eb6384bcb9 /nodes
parentb76a798923b7f32265fcdd4d6325d4dbc9429c14 (diff)
use monitor service together with webapp on vagrant nodes (see #6668)
Diffstat (limited to 'nodes')
-rw-r--r--nodes/monitor1.json4
-rw-r--r--nodes/web1.json2
2 files changed, 1 insertions, 5 deletions
diff --git a/nodes/monitor1.json b/nodes/monitor1.json
deleted file mode 100644
index 8506ca4..0000000
--- a/nodes/monitor1.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "ip_address": "10.5.5.49",
- "services": "monitor"
-}
diff --git a/nodes/web1.json b/nodes/web1.json
index 689ce62..0e12ed3 100644
--- a/nodes/web1.json
+++ b/nodes/web1.json
@@ -1,4 +1,4 @@
{
- "services": "webapp",
+ "services": [ "webapp", "monitor" ],
"ip_address": "10.5.5.47"
}