summaryrefslogtreecommitdiff
path: root/lib/leap_cli/commands/project.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-01-28 02:23:50 -0800
committerelijah <elijah@riseup.net>2013-01-28 02:23:50 -0800
commitd30e9067a94e0d236df65d37b81809ddd6a4f153 (patch)
tree19f6774219df26cfd0e9b4c10caa3299ca201c91 /lib/leap_cli/commands/project.rb
parent1591a04c8a053b8d1e37c589d6e967b86c68c983 (diff)
added custom_vagrant_vm_line to Leapfile
Diffstat (limited to 'lib/leap_cli/commands/project.rb')
-rw-r--r--lib/leap_cli/commands/project.rb9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/leap_cli/commands/project.rb b/lib/leap_cli/commands/project.rb
index 2f36bc5..12d159b 100644
--- a/lib/leap_cli/commands/project.rb
+++ b/lib/leap_cli/commands/project.rb
@@ -61,10 +61,13 @@ module LeapCli; module Commands
end
def leapfile_content(options)
- %[@platform_directory_path = "#{options[:platform]}"
+ %[## Required:
+@platform_directory_path = "#{options[:platform]}"
+@leap_version = "#{LeapCli::VERSION}"
+
+## Optional:
+# @custom_vagrant_vm_line = "config.vm.boot_mode = :gui"
]
- # leap_version = "#{LeapCli::VERSION}"
- # platform_version = ""
end
GITIGNORE_CONTENT = <<EOS