diff options
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/elephant.json | 3 | ||||
-rw-r--r-- | nodes/wallaby.json | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/nodes/elephant.json b/nodes/elephant.json index 6289a6a..d9626e2 100644 --- a/nodes/elephant.json +++ b/nodes/elephant.json @@ -1,6 +1,5 @@ { - //"services": ["webapp", "monitor"], - "services": ["webapp"], + "services": ["webapp", "monitor"], "tags": ["development", "istanbul"], "ip_address": "176.53.69.13", "ssh": { diff --git a/nodes/wallaby.json b/nodes/wallaby.json index 9bb2a8b..ffb92d4 100644 --- a/nodes/wallaby.json +++ b/nodes/wallaby.json @@ -2,7 +2,7 @@ "ip_address": "204.13.164.57", "tags": ["production", "seattle"], "services": [ - //"monitor", + "monitor", "webapp" ], "webapp": { |