summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-09-25 09:53:40 +0200
committervarac <varacanero@zeromail.org>2012-09-25 09:53:40 +0200
commit8daa862541facd5207a75760f3656e857faf73fd (patch)
tree7e65b0719c08004d58da9e16ef910f1926968e5c /manifests
parente97e408116525f28b53162b89e6b582fb71020d2 (diff)
support for debian wheezy
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 7d52c59..cc25f10 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}"}
}
}