summaryrefslogtreecommitdiff
path: root/puppet/manifests
diff options
context:
space:
mode:
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 {