diff options
author | varac <varacanero@zeromail.org> | 2015-02-03 21:45:52 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-02-03 21:45:52 +0100 |
commit | 46994b7a746ea9c89de74a2e8d4996c21c20af5c (patch) | |
tree | 982803b587a00feb270467a4490322d63273be7e /puppet/modules/site_couchdb/manifests | |
parent | 47b11e980b262e0c043feb203a092df37ff04cd8 (diff) |
don't create dbs before couch cluster is settled
Change-Id: Ifd665eb7efc06c1cf9e7b8fcfd5f42dbb34ac1b1
Diffstat (limited to 'puppet/modules/site_couchdb/manifests')
-rw-r--r-- | puppet/modules/site_couchdb/manifests/create_dbs.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_couchdb/manifests/create_dbs.pp b/puppet/modules/site_couchdb/manifests/create_dbs.pp index 4322f773..40148b8e 100644 --- a/puppet/modules/site_couchdb/manifests/create_dbs.pp +++ b/puppet/modules/site_couchdb/manifests/create_dbs.pp @@ -1,6 +1,7 @@ class site_couchdb::create_dbs { Class['site_couchdb::setup'] + -> Class['site_couchdb::bigcouch::settle_cluster'] -> Class['site_couchdb::create_dbs'] # Couchdb databases |