summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorMathieu Bornoz <mathieu.bornoz@camptocamp.com>2011-02-25 11:52:05 +0100
committerMathieu Bornoz <mathieu.bornoz@camptocamp.com>2011-02-25 12:15:22 +0100
commit62bbb7ec3b0c44e1ef209ca6931c12c118e16cf0 (patch)
tree9802c323d73927f57190fd742cd73317455d76bf /manifests/init.pp
parenta374f90b12ffbcd3b8481498416815e5e1cd92f5 (diff)
couchdb: this module works under Redhat now
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 5100da0..3c9e0fc 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -7,6 +7,7 @@ class couchdb {
lenny : { include couchdb::debian }
default: { fail "couchdb not available for ${operatingsystem}/${lsbdistcodename}"}
}
- }
+ }
+ RedHat: { include couchdb::redhat }
}
}