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 = <<EOS
EOS
def provider_content(options)
- %[#
-# General service provider configuration.
-#
+ %[//
+// General service provider configuration.
+//
{
"domain": "#{options[:domain]}",
"name": {
end
COMMON_CONTENT = <<EOS
-#
-# Options put here are inherited by all nodes.
-#
+//
+// Options put here are inherited by all nodes.
+//
{
}
EOS
-#
-# "server_crt": "= file :node_x509_cert",
-# "server_key": "= file :node_x509_key"
-#
+//
+// "server_crt": "= file :node_x509_cert",
+// "server_key": "= file :node_x509_key"
+//
{
"service_type": "user_service",
"x509": {