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/config | |
parent | afd89df25b9d0b3acab55ff46496359111acdb2a (diff) |
moved vagrant config to Leapfile, added ~/.leaprc support.
Diffstat (limited to 'lib/leap_cli/config')
-rw-r--r-- | lib/leap_cli/config/manager.rb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/leap_cli/config/manager.rb b/lib/leap_cli/config/manager.rb index 79a5c0e..b90c741 100644 --- a/lib/leap_cli/config/manager.rb +++ b/lib/leap_cli/config/manager.rb @@ -284,14 +284,8 @@ module LeapCli end end - # - # TODO: apply JSON spec - # - PRIVATE_IP_RANGES = /(^127\.0\.0\.1)|(^10\.)|(^172\.1[6-9]\.)|(^172\.2[0-9]\.)|(^172\.3[0-1]\.)|(^192\.168\.)/ def validate_provider(provider) - Util::assert! provider.vagrant.network =~ PRIVATE_IP_RANGES do - log 0, :error, 'in provider.json: vagrant.network is not a local private network' - end + # nothing yet. end end |