From bc7a303502078288ca7044da102b4634d35fedb0 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 4 Apr 2013 12:38:06 -0400 Subject: limit the variable scope lookup --- templates/bigcouch/vm.args | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 -- cgit v1.2.3