diff options
author | varac <varacanero@zeromail.org> | 2013-04-24 18:23:41 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-04-24 18:23:41 +0200 |
commit | 2bd18fcad2e1446388948ed0b98232d93564b8ad (patch) | |
tree | cabf593654ed1a59461f76afd383725661e1a65c /puppet/manifests | |
parent | ae7b1d3b68c2e2e295967cb638413627bfbe0734 (diff) |
take out plain couchdb setup, always deploy bigcouch (Feature #2176)
Diffstat (limited to 'puppet/manifests')
-rw-r--r-- | puppet/manifests/site.pp | 4 |
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 { |