From d78643049e18749994ca39e18f02be3f3d23bd88 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 28 Feb 2013 19:51:36 -0800 Subject: change json comments from '#' to more standard '//' --- lib/leap_cli/commands/new.rb | 22 +++++++--------------- lib/leap_cli/config/manager.rb | 2 +- .../provider_base/services/openvpn.json | 8 ++++---- test/provider/common.json | 6 +++--- test/provider/nodes/ns1.json | 6 +++--- test/provider/nodes/ns2.json | 6 +++--- test/provider/provider.json | 6 +++--- 7 files changed, 24 insertions(+), 32 deletions(-) diff --git a/lib/leap_cli/commands/new.rb b/lib/leap_cli/commands/new.rb index bf8e7f1..dc37265 100644 --- a/lib/leap_cli/commands/new.rb +++ b/lib/leap_cli/commands/new.rb @@ -81,15 +81,7 @@ module LeapCli; module Commands end def leapfile_content(options) - # @leap_version = "#{LeapCli::VERSION}" - %[## Required: -@platform_directory_path = "#{options[:platform]}" - -## Optional: -# @custom_vagrant_vm_line = "config.vm.boot_mode = :gui" -# @log = "/tmp/leap.log" -# @vagrant_network = '10.5.5.0/24' -] + %[@platform_directory_path = "#{options[:platform]}"\n# see https://leap.se/en/docs/platform/config for more options] end GITIGNORE_CONTENT = <