summaryrefslogtreecommitdiff
path: root/puppet/modules/site_couchdb
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-02-06 23:36:24 +0100
committervarac <varacanero@zeromail.org>2013-02-06 23:36:24 +0100
commit68b6e843aa852cdb71fdec4f741150e4daddaac9 (patch)
tree8ee6f35e6980de027665201b45286fd7021f8ee8 /puppet/modules/site_couchdb
parent726a652b31ef6c1c2b4b93ec38398d70ba496f8c (diff)
include shorewall config for webapp and couchdb
Diffstat (limited to 'puppet/modules/site_couchdb')
-rw-r--r--puppet/modules/site_couchdb/manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/modules/site_couchdb/manifests/init.pp b/puppet/modules/site_couchdb/manifests/init.pp
index 1789dd55..9ecde5e6 100644
--- a/puppet/modules/site_couchdb/manifests/init.pp
+++ b/puppet/modules/site_couchdb/manifests/init.pp
@@ -59,4 +59,6 @@ class site_couchdb {
couchdb::create_db { 'client_certificates':
readers => "{ \"names\": [], \"roles\": [\"certs\"] }"
}
+
+ include site_shorewall::couchdb
}