summaryrefslogtreecommitdiff
path: root/manifests/bigcouch/debian.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-04 12:36:24 -0400
committerMicah Anderson <micah@riseup.net>2013-04-04 12:36:24 -0400
commitdc367e53b45349ef849247fc93c664c548c90359 (patch)
tree14531add8c5bf7ac20f66c9dff0262319b7b0133 /manifests/bigcouch/debian.pp
parent66d918ddb6454fd4a30baed9b49baad98e274243 (diff)
clean-up commit: lint, standardize spacing, properly enclose variables, etc
Diffstat (limited to 'manifests/bigcouch/debian.pp')
-rw-r--r--manifests/bigcouch/debian.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/bigcouch/debian.pp b/manifests/bigcouch/debian.pp
index 54ca882..8af3993 100644
--- a/manifests/bigcouch/debian.pp
+++ b/manifests/bigcouch/debian.pp
@@ -1,7 +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'