From 5dfd23e3ef0ab469e8b8893a787f3f5bee9464bf Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 2 Oct 2009 19:23:41 -0400 Subject: move the 'connect' variable in the template to appear right after the 'accept' variable, because that is how they typically appear in the config files, having it show up in alphabetical order is not what admins expect --- templates/client.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/client.conf.erb b/templates/client.conf.erb index 13bfef7..84b8f17 100644 --- a/templates/client.conf.erb +++ b/templates/client.conf.erb @@ -34,7 +34,7 @@ end -%> ; Service-level configuration <%= '[' + name + ']' %> -<%- %w{accept capath cafile cert ciphers connect crlpath crlfile delay enginenum exec +<%- %w{accept connect capath cafile cert ciphers crlpath crlfile delay enginenum exec execargs failover ident key local oscp ocspflag options protocol protocolauthentication protocolhost protocolpassword protocolusername pty retry session sslversion stack timeoutbusy timeoutclose timeoutconnect timeoutidle transparent verify}.each do |v| -- cgit v1.2.3