summaryrefslogtreecommitdiff
path: root/manifests/bigcouch.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/bigcouch.pp')
-rw-r--r--manifests/bigcouch.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/bigcouch.pp b/manifests/bigcouch.pp
index 36c6ce8..a97411b 100644
--- a/manifests/bigcouch.pp
+++ b/manifests/bigcouch.pp
@@ -22,7 +22,7 @@ class couchdb::bigcouch inherits couchdb::base {
# or site_apt::leap_repo from the leap_platfrom repository
# for signed 0.4.2 packages
- Package ['couchdb'] {
+ Package['couchdb'] {
name => 'bigcouch'
}
@@ -44,7 +44,7 @@ class couchdb::bigcouch inherits couchdb::base {
notify => Service[couchdb]
}
- Service ['couchdb'] {
+ Service['couchdb'] {
name => 'bigcouch'
}