summaryrefslogtreecommitdiff
path: root/puppet/modules/site_couchdb/manifests/bigcouch.pp
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2014-06-19 20:02:02 +0200
committerelijah <elijah@riseup.net>2014-06-25 18:17:22 -0700
commit6df59b9f579134a9521aafb71727a98fdc92e19a (patch)
tree626fa081c72daf8ceaa718f9338cddf6257b2b03 /puppet/modules/site_couchdb/manifests/bigcouch.pp
parent7ee86658b0655ded592eecbaa8b1c5b841d8f846 (diff)
first steps towards mirroring couch
Diffstat (limited to 'puppet/modules/site_couchdb/manifests/bigcouch.pp')
-rw-r--r--puppet/modules/site_couchdb/manifests/bigcouch.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/puppet/modules/site_couchdb/manifests/bigcouch.pp b/puppet/modules/site_couchdb/manifests/bigcouch.pp
index a3f6db2c..97c8cd12 100644
--- a/puppet/modules/site_couchdb/manifests/bigcouch.pp
+++ b/puppet/modules/site_couchdb/manifests/bigcouch.pp
@@ -1,9 +1,9 @@
class site_couchdb::bigcouch {
- $bigcouch_config = $couchdb_config['bigcouch']
- $bigcouch_cookie = $bigcouch_config['cookie']
+ $config = $::site_couchdb::couchdb_config['bigcouch']
+ $cookie = $config['cookie']
- $ednp_port = $bigcouch_config['ednp_port']
+ $ednp_port = $config['ednp_port']
Class['site_config::default']
-> Class['site_couchdb::bigcouch::add_nodes']