From 62bbb7ec3b0c44e1ef209ca6931c12c118e16cf0 Mon Sep 17 00:00:00 2001 From: Mathieu Bornoz Date: Fri, 25 Feb 2011 11:52:05 +0100 Subject: couchdb: this module works under Redhat now --- manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/init.pp') 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 } } } -- cgit v1.2.3