summaryrefslogtreecommitdiff
path: root/manifests/classes/couchdb-debian.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/classes/couchdb-debian.pp
parenta374f90b12ffbcd3b8481498416815e5e1cd92f5 (diff)
couchdb: this module works under Redhat now
Diffstat (limited to 'manifests/classes/couchdb-debian.pp')
-rw-r--r--manifests/classes/couchdb-debian.pp8
1 files changed, 7 insertions, 1 deletions
diff --git a/manifests/classes/couchdb-debian.pp b/manifests/classes/couchdb-debian.pp
index 1b5090d..053d17a 100644
--- a/manifests/classes/couchdb-debian.pp
+++ b/manifests/classes/couchdb-debian.pp
@@ -1 +1,7 @@
-class couchdb::debian inherits couchdb::base {}
+class couchdb::debian inherits couchdb::base {
+
+ package {"libjs-jquery":
+ ensure => present,
+ }
+
+}