diff options
author | elijah <elijah@riseup.net> | 2013-02-10 12:31:08 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-02-10 12:31:08 -0800 |
commit | 656f9f9056a59cca2edf7939d14390127eca152b (patch) | |
tree | cfc34d43bb0049ca73b006aef5ee261bd616bc5e /lib/leap_cli/commands | |
parent | afd89df25b9d0b3acab55ff46496359111acdb2a (diff) |
moved vagrant config to Leapfile, added ~/.leaprc support.
Diffstat (limited to 'lib/leap_cli/commands')
-rw-r--r-- | lib/leap_cli/commands/new.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/leap_cli/commands/new.rb b/lib/leap_cli/commands/new.rb index c4a067e..b6eb4f1 100644 --- a/lib/leap_cli/commands/new.rb +++ b/lib/leap_cli/commands/new.rb @@ -88,6 +88,7 @@ module LeapCli; module Commands ## Optional: # @custom_vagrant_vm_line = "config.vm.boot_mode = :gui" # @log = "/tmp/leap.log" +# @vagrant_network = '10.5.5.0/24' ] end |