summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authorMarc Fournier <marc.fournier@camptocamp.com>2011-11-15 13:05:20 +0100
committerMarc Fournier <marc.fournier@camptocamp.com>2011-11-15 13:05:20 +0100
commitd132bb2ffbb6f6d5a148db1aa0ad2f3645a3971c (patch)
treed8f8e04000f0f07f81eba371e73ecb857f140e54 /manifests/debian.pp
parent50c15a548af9fdc22b6e0d30ef24c9df7688678c (diff)
file renaming to be compliant with recommended module structure.
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
new file mode 100644
index 0000000..053d17a
--- /dev/null
+++ b/manifests/debian.pp
@@ -0,0 +1,7 @@
+class couchdb::debian inherits couchdb::base {
+
+ package {"libjs-jquery":
+ ensure => present,
+ }
+
+}