diff options
author | varac <varacanero@zeromail.org> | 2013-03-14 19:10:49 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-03-14 19:10:49 +0100 |
commit | cd5394748dd83d3fa5c8a67dc6123e3b02034c2e (patch) | |
tree | 5b69a91ff9d093f8fa00e607c02bb853d05f3d4f /puppet | |
parent | 3a99b7085c5a6c329adb9277b71f41e0ad9478a4 (diff) |
include cloudant package repo for bigcouch server
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_couchdb/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_couchdb/manifests/init.pp b/puppet/modules/site_couchdb/manifests/init.pp index 419e4122..25956938 100644 --- a/puppet/modules/site_couchdb/manifests/init.pp +++ b/puppet/modules/site_couchdb/manifests/init.pp @@ -23,6 +23,7 @@ class site_couchdb ( $bigcouch = false ) { admin_pw => $couchdb_admin_pw, bigcouch_cookie => $bigcouch_cookie } + include couchdb::bigcouch::package::cloudant Service ['couchdb'] -> Couchdb::Create_db['users'] |