From 659e3604a310029000c9db8774c7caba70a3e291 Mon Sep 17 00:00:00 2001 From: varac Date: Sun, 10 Mar 2013 18:33:55 +0100 Subject: mostly finished bigcouch support --- manifests/bigcouch/debian.pp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 manifests/bigcouch/debian.pp (limited to 'manifests/bigcouch/debian.pp') 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' + } +} -- cgit v1.2.3