From d4e0579ec88e999d42c9f4ffd32489396dce63c4 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 3 Nov 2015 19:28:42 +0100 Subject: [feat] Support Debian Jessie Add a documentation snippet to the README how to install couchdb from debian unstable. --- manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 7ff9ed3..52e9c4f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,3 +1,4 @@ +# initial couchdb class class couchdb ( $admin_pw, $admin_salt = '', @@ -14,7 +15,7 @@ class couchdb ( case $::operatingsystem { Debian: { case $::lsbdistcodename { - /lenny|squeeze|wheezy/: { + /lenny|squeeze|wheezy|jessie/: { include couchdb::debian if $bigcouch == true { include couchdb::bigcouch::debian -- cgit v1.2.3