diff options
author | varac <varacanero@zeromail.org> | 2013-03-12 14:33:24 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-03-12 14:33:24 +0100 |
commit | 3633f137c99a4fcb647cb098ee01704ff3f7554c (patch) | |
tree | 7e7a2334149f12f42725b4d9a549034a18142b8b /puppet/manifests | |
parent | 0ffc583488ee044be30ea5bf7fae751505419a9b (diff) | |
parent | 01941d905a71a2088ec080703f4e5430dec7a2ec (diff) |
Merge branch 'feature/bigcouch' into develop
Conflicts:
provider_base/services/couchdb.json
Diffstat (limited to 'puppet/manifests')
-rw-r--r-- | puppet/manifests/site.pp | 4 |
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 { |