summaryrefslogtreecommitdiff
path: root/manifests/bigcouch
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-03-10 18:33:55 +0100
committervarac <varacanero@zeromail.org>2013-03-10 18:33:55 +0100
commit659e3604a310029000c9db8774c7caba70a3e291 (patch)
tree9e21cf4d4e69e4b7b104ec8afbd908161429b930 /manifests/bigcouch
parent7793c80224dbe0f1baf33075bf7396b11aeb229d (diff)
mostly finished bigcouch support
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'
+ }
+}