summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 12598ba..9a3146e 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -13,9 +13,9 @@ class couchdb (
include ::stdlib
case $::operatingsystem {
- Debian: {
+ 'Debian': {
case $::lsbdistcodename {
- /lenny|squeeze|wheezy|jessie/: {
+ /wheezy|jessie|stretch/: {
include couchdb::debian
if $bigcouch == true {
include couchdb::bigcouch::debian