summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-01-20 12:54:20 +0100
committervarac <varacanero@zeromail.org>2013-01-20 12:54:20 +0100
commit753b7175e6ea27b5feeaf2216d3075d946da31c2 (patch)
tree33b21e32be1c117254352a1fb7972e603a6448e3 /manifests/init.pp
parent622ff1c5397be94ab25b60fe811ae1786caa7b11 (diff)
re-add wheezy suppport
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 092086b..1a1646d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -2,7 +2,7 @@ class couchdb {
case $::operatingsystem {
Debian: {
case $::lsbdistcodename {
- /lenny|squeeze/: { include couchdb::debian }
+ /lenny|squeeze|wheezy/: { include couchdb::debian }
default: { fail "couchdb not available for ${::operatingsystem}/${::lsbdistcodename}" }
}
}