summaryrefslogtreecommitdiff
path: root/puppet/manifests/site.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-03-12 14:33:24 +0100
committervarac <varacanero@zeromail.org>2013-03-12 14:33:24 +0100
commit3633f137c99a4fcb647cb098ee01704ff3f7554c (patch)
tree7e7a2334149f12f42725b4d9a549034a18142b8b /puppet/manifests/site.pp
parent0ffc583488ee044be30ea5bf7fae751505419a9b (diff)
parent01941d905a71a2088ec080703f4e5430dec7a2ec (diff)
Merge branch 'feature/bigcouch' into develop
Conflicts: provider_base/services/couchdb.json
Diffstat (limited to 'puppet/manifests/site.pp')
-rw-r--r--puppet/manifests/site.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp
index 8cfa92ef..f55e6925 100644
--- a/puppet/manifests/site.pp
+++ b/puppet/manifests/site.pp
@@ -21,7 +21,9 @@ if 'openvpn' in $services {
}
if 'couchdb' in $services {
- include site_couchdb
+ class {'site_couchdb':
+ bigcouch => true
+ }
}
if 'webapp' in $services {