summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index ebff774..6c7bf25 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -106,7 +106,7 @@ class couchdb::base {
owner => $couchdb_user,
group => $couchdb_user,
notify => Service[couchdb],
- require => File ['/etc/couchdb/local.d'];
+ require => File['/etc/couchdb/local.d'];
}
case $::couchdb::bigcouch {