summaryrefslogtreecommitdiff
path: root/puppet/modules/site_couchdb/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-10-13 11:30:30 +0200
committervarac <varacanero@zeromail.org>2012-10-13 11:30:30 +0200
commit06a1546a36698dd75fb500ad2a12e9bbf9b43f03 (patch)
tree22e5984b51adac13c4e8b8cec36997b2a6c87148 /puppet/modules/site_couchdb/manifests
parent3c244c02f4c6ddd6f361297ab63e41905fac96e5 (diff)
install couchdb from unstable, see init.pp
Diffstat (limited to 'puppet/modules/site_couchdb/manifests')
-rw-r--r--puppet/modules/site_couchdb/manifests/init.pp9
1 files changed, 8 insertions, 1 deletions
diff --git a/puppet/modules/site_couchdb/manifests/init.pp b/puppet/modules/site_couchdb/manifests/init.pp
index bb14595a..06c29181 100644
--- a/puppet/modules/site_couchdb/manifests/init.pp
+++ b/puppet/modules/site_couchdb/manifests/init.pp
@@ -1,8 +1,15 @@
class site_couchdb {
+
+ # for now, we need to install couchdb from unstable,
+ # because of this bug while installing:
+ # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681549
+ # can be removed when couchdb/1.2.0-2 is integrated into testing
apt::sources_list { 'unstable.list':
source => [ 'puppet:///modules/site_apt/unstable.list'],
}
-
+ apt::preferences_snippet{
+ 'couchdb': release => "unstable", priority => 999;
+ }
class { 'couchdb':
#bind => '0.0.0.0'