summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'
}