aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/path.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-01-31 04:30:12 -0800
committerelijah <elijah@riseup.net>2013-01-31 04:30:12 -0800
commitdf8ee516a7c556de447322d48d8ac2e4d26c27a4 (patch)
tree7097f94eb7ecae86d56ad1b8acfe167eb762ceca /lib/leap_cli/path.rb
parente8ae3f3fd59f86e59ef511d62d31eacaf3d7c17b (diff)
downloadleap_cli-df8ee516a7c556de447322d48d8ac2e4d26c27a4.tar.gz
leap_cli-df8ee516a7c556de447322d48d8ac2e4d26c27a4.tar.bz2
generate better testing openvpn client configs in test/openvpn
Diffstat (limited to 'lib/leap_cli/path.rb')
-rw-r--r--lib/leap_cli/path.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/leap_cli/path.rb b/lib/leap_cli/path.rb
index bfd3c9a..7628628 100644
--- a/lib/leap_cli/path.rb
+++ b/lib/leap_cli/path.rb
@@ -51,7 +51,9 @@ module LeapCli; module Path
# testing files
:test_client_key => 'test/cert/client.key',
:test_client_cert => 'test/cert/client.crt',
- :test_client_openvpn_config => 'test/openvpn/client.ovpn',
+ :test_openvpn_production => 'test/openvpn/production.ovpn',
+ :test_openvpn_testing => 'test/openvpn/testing.ovpn',
+ :test_openvpn_local => 'test/openvpn/local.ovpn',
:test_client_openvpn_template => 'test/openvpn/client.ovpn.erb'
}