summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
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