summaryrefslogtreecommitdiff
path: root/puppet/modules/site_mx/manifests/init.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-17 16:01:19 -0400
committervarac <varacanero@zeromail.org>2013-07-09 14:16:59 +0200
commit67e98211f7414bfd8986ef2be1bcf9e5d5be406f (patch)
treec52d789dd8a54a5dce4bc48fc8f06ed3300ad9b0 /puppet/modules/site_mx/manifests/init.pp
parent15d19dfb940ca0ac55f0f92356aab7fe58aa9dba (diff)
initial mx couchdb stunnel configuration
Diffstat (limited to 'puppet/modules/site_mx/manifests/init.pp')
-rw-r--r--puppet/modules/site_mx/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_mx/manifests/init.pp b/puppet/modules/site_mx/manifests/init.pp
index 8c8b8d7e..86ae56e1 100644
--- a/puppet/modules/site_mx/manifests/init.pp
+++ b/puppet/modules/site_mx/manifests/init.pp
@@ -5,4 +5,5 @@ class site_mx {
include site_mx::haproxy
include site_shorewall::mx
include site_shorewall::service::smtp
+ include site_mx::couchdb
}