summaryrefslogtreecommitdiff
path: root/manifests/bigcouch.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/bigcouch.pp')
-rw-r--r--manifests/bigcouch.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/bigcouch.pp b/manifests/bigcouch.pp
index 4f22f8a..9beea75 100644
--- a/manifests/bigcouch.pp
+++ b/manifests/bigcouch.pp
@@ -1,6 +1,6 @@
class couchdb::bigcouch inherits couchdb::base {
- file {'/etc/couchdb':
+ file { '/etc/couchdb':
ensure => link,
target => '/opt/bigcouch/etc',
require => Package['couchdb']