diff options
author | micah <micah@riseup.net> | 2015-06-17 20:20:23 -0400 |
---|---|---|
committer | micah <micah@riseup.net> | 2015-06-17 20:20:23 -0400 |
commit | 9cb2393ce0d83359aee25500af8280d40de029ff (patch) | |
tree | 018421519700428862cb5abcf7f21d499565489d /doc | |
parent | 8c184d4809b3e618d0d63b4825495787e3ba9255 (diff) | |
parent | ba0bdf9a29bf52d88c6d9354d0995d7238d17195 (diff) |
Merge pull request #72 from cschmittiey/patch-1
add tags:production to single node email tutorial
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tutorials/single-node-email.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorials/single-node-email.md b/doc/tutorials/single-node-email.md index 872d1da8..b47496b9 100644 --- a/doc/tutorials/single-node-email.md +++ b/doc/tutorials/single-node-email.md @@ -145,7 +145,7 @@ A "node" is a server that is part of your infrastructure. Every node can have on Create a node, with `all the services needed for Email: "couchdb", "mx", "soledad" and "webapp"` - $ leap node add node1 ip_address:x.x.x.w services:couchdb,mx,soledad,webapp + $ leap node add node1 ip_address:x.x.x.w services:couchdb,mx,soledad,webapp tags:production NOTE: replace x.x.x.w with the actual IP address of this node |