summaryrefslogtreecommitdiff
path: root/manifests/bigcouch
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/bigcouch')
-rw-r--r--manifests/bigcouch/debian.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/bigcouch/debian.pp b/manifests/bigcouch/debian.pp
new file mode 100644
index 0000000..54ca882
--- /dev/null
+++ b/manifests/bigcouch/debian.pp
@@ -0,0 +1,9 @@
+class couchdb::bigcouch::debian inherits couchdb::debian {
+ File ['/etc/init.d/couchdb'] {
+ ensure => absent
+ }
+ file {'/etc/init.d/bigcouch':
+ ensure => link,
+ target => '/usr/bin/sv'
+ }
+}