summaryrefslogtreecommitdiff
path: root/puppet/modules/site_couchdb
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-11-03 19:12:59 +0100
committervarac <varacanero@zeromail.org>2015-11-17 19:51:11 +0100
commit02b1b484ad9a5d065ceac72b8263b7bcc112c923 (patch)
treef8ea1f4bbdd9de268490add680a72b6887e5ac75 /puppet/modules/site_couchdb
parent0d8659d2bbcdc2da8481aa1445affc069b61c2e7 (diff)
[feat] install couchdb from unstable on jessie
- Related: #6920
Diffstat (limited to 'puppet/modules/site_couchdb')
-rw-r--r--puppet/modules/site_couchdb/manifests/master.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/modules/site_couchdb/manifests/master.pp b/puppet/modules/site_couchdb/manifests/master.pp
index 5dab6325..c50ed364 100644
--- a/puppet/modules/site_couchdb/manifests/master.pp
+++ b/puppet/modules/site_couchdb/manifests/master.pp
@@ -7,5 +7,10 @@ class site_couchdb::master {
pwhash_alg => $site_couchdb::couchdb_pwhash_alg
}
+ # couchdb is not available in jessie, and the
+ # leap deb repo only hosts a wheeyz version.
+ # we install it therefore from unstable
+ include site_apt::sid_repo
+
include site_check_mk::agent::couchdb::master
}