diff options
author | varac <varacanero@zeromail.org> | 2013-03-09 11:57:26 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-03-09 11:57:26 +0100 |
commit | 057420e9ceabf61d71642ab7d78a8e54d1d74ba3 (patch) | |
tree | 63036a8370365c0e43d0dea8a6a5749c12ffd58f /puppet/manifests | |
parent | 77c8025aebe3a7b83fc128be6e0abe511f9f0888 (diff) |
use site_couchdb::bigcouch
Diffstat (limited to 'puppet/manifests')
-rw-r--r-- | puppet/manifests/site.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp index 8cfa92ef..193a93e1 100644 --- a/puppet/manifests/site.pp +++ b/puppet/manifests/site.pp @@ -21,7 +21,7 @@ if 'openvpn' in $services { } if 'couchdb' in $services { - include site_couchdb + include site_couchdb::bigcouch } if 'webapp' in $services { |