summaryrefslogtreecommitdiff
path: root/puppet/manifests/site.pp
diff options
context:
space:
mode:
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 193a93e1..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::bigcouch
+ class {'site_couchdb':
+ bigcouch => true
+ }
}
if 'webapp' in $services {