summaryrefslogtreecommitdiff
path: root/puppet/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-04-24 18:23:41 +0200
committervarac <varacanero@zeromail.org>2013-04-24 18:23:41 +0200
commit2bd18fcad2e1446388948ed0b98232d93564b8ad (patch)
treecabf593654ed1a59461f76afd383725661e1a65c /puppet/manifests
parentae7b1d3b68c2e2e295967cb638413627bfbe0734 (diff)
take out plain couchdb setup, always deploy bigcouch (Feature #2176)
Diffstat (limited to 'puppet/manifests')
-rw-r--r--puppet/manifests/site.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp
index f1b02aca..2d41d45f 100644
--- a/puppet/manifests/site.pp
+++ b/puppet/manifests/site.pp
@@ -24,9 +24,7 @@ if 'openvpn' in $services {
}
if 'couchdb' in $services {
- class {'site_couchdb':
- bigcouch => true
- }
+ include site_couchdb
}
if 'webapp' in $services {