summaryrefslogtreecommitdiff
path: root/manifests/bigcouch.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-03-12 14:06:16 +0100
committervarac <varacanero@zeromail.org>2013-03-12 14:06:16 +0100
commit3647bc9cb0137bdfa1dfeeb1bd58c2f099fb5df0 (patch)
tree476048a296b8a09bcf3645bb1afd82b101b2038b /manifests/bigcouch.pp
parent10775f07efe24557b5856aa8c10187d1096fac7a (diff)
don't use runit provider for bigcouch (see #1959)
Diffstat (limited to 'manifests/bigcouch.pp')
-rw-r--r--manifests/bigcouch.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/bigcouch.pp b/manifests/bigcouch.pp
index e3cc26e..00d9da9 100644
--- a/manifests/bigcouch.pp
+++ b/manifests/bigcouch.pp
@@ -22,8 +22,7 @@ class couchdb::bigcouch inherits couchdb::base {
Package ['couchdb'] {
name => 'bigcouch',
require => [ Apt::Sources_list ['bigcouch-cloudant.list'],
- Apt::Apt_conf ['allow_unauthenticated'],
- Exec[refresh_apt] ]
+ Apt::Apt_conf ['allow_unauthenticated'], Exec[refresh_apt] ]
}
file { '/opt/bigcouch/etc/vm.args':
@@ -35,7 +34,6 @@ class couchdb::bigcouch inherits couchdb::base {
}
Service ['couchdb'] {
- provider => 'runit',
name => 'bigcouch'
}