summaryrefslogtreecommitdiff
path: root/puppet/modules/site_couchdb/manifests/init.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-03-20 22:07:25 +0100
committerMicah Anderson <micah@riseup.net>2013-04-02 10:21:06 -0400
commit34a44db0de9a7d79ac68e93e79f29dcc32a30c76 (patch)
tree76b701acc8dc432463246cf74fbdfddc3804f03f /puppet/modules/site_couchdb/manifests/init.pp
parent40f32a207957293dd7c9a85df3bcccd340e16522 (diff)
couchdb hosts include site_shorewall::couchdb::bigcouch
Diffstat (limited to 'puppet/modules/site_couchdb/manifests/init.pp')
-rw-r--r--puppet/modules/site_couchdb/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_couchdb/manifests/init.pp b/puppet/modules/site_couchdb/manifests/init.pp
index d317de65..e0f379cd 100644
--- a/puppet/modules/site_couchdb/manifests/init.pp
+++ b/puppet/modules/site_couchdb/manifests/init.pp
@@ -67,4 +67,5 @@ class site_couchdb ( $bigcouch = false ) {
}
include site_shorewall::couchdb
+ include site_shorewall::couchdb::bigcouch
}