summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
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 }
}
}