summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-04 12:38:06 -0400
committerMicah Anderson <micah@riseup.net>2013-04-04 12:38:55 -0400
commitbc7a303502078288ca7044da102b4634d35fedb0 (patch)
treecafb4393979640d7926a6230f29c81eb66677cd9 /templates
parentdc367e53b45349ef849247fc93c664c548c90359 (diff)
limit the variable scope lookup
Diffstat (limited to 'templates')
-rw-r--r--templates/bigcouch/vm.args2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bigcouch/vm.args b/templates/bigcouch/vm.args
index 5e5f11d..6132a44 100644
--- a/templates/bigcouch/vm.args
+++ b/templates/bigcouch/vm.args
@@ -7,7 +7,7 @@
# All nodes must share the same magic cookie for distributed Erlang to work.
# Comment out this line if you synchronized the cookies by other means (using
# the ~/.erlang.cookie file, for example).
--setcookie <%= scope.lookupvar('::couchdb::bigcouch_cookie') %>
+-setcookie <%= scope.lookupvar('couchdb::bigcouch_cookie') %>
# Tell SASL not to log progress reports
-sasl errlog_type error