diff options
author | elijah <elijah@riseup.net> | 2012-11-09 01:22:48 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-09 01:22:48 -0800 |
commit | febeb64a801f3b4c72193bc93ee0400dee3a2a0a (patch) | |
tree | a31d0efc4f9ef563c3f9e9023d09e9dfb8b954af /lib/leap_cli/path.rb | |
parent | e0471e278c3baf7fc74f288281c7219cbcf0172c (diff) |
vagrant support
Diffstat (limited to 'lib/leap_cli/path.rb')
-rw-r--r-- | lib/leap_cli/path.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/leap_cli/path.rb b/lib/leap_cli/path.rb index 6d68546..48b0d11 100644 --- a/lib/leap_cli/path.rb +++ b/lib/leap_cli/path.rb @@ -29,7 +29,8 @@ module LeapCli; module Path :ca_cert => 'files/ca/ca.crt', :dh_params => 'files/ca/dh.pem', :node_x509_key => 'files/nodes/#{arg}/#{arg}.key', - :node_x509_cert => 'files/nodes/#{arg}/#{arg}.crt' + :node_x509_cert => 'files/nodes/#{arg}/#{arg}.crt', + :vagrantfile => 'test/Vagrantfile' } # |