From e84b9c330c5689c07a8e98ba8df99e33dbba4d7f Mon Sep 17 00:00:00 2001 From: ts Date: Thu, 28 Nov 2019 16:12:21 +0000 Subject: [PATCH] wip --- lib/templates/Vagrantfile.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templates/Vagrantfile.erb b/lib/templates/Vagrantfile.erb index 2a152bb8f..025c826e9 100644 --- a/lib/templates/Vagrantfile.erb +++ b/lib/templates/Vagrantfile.erb @@ -46,7 +46,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| <%= if @base_type.include? 'desktop' " ovirt.memory_guaranteed = '512 MB'\n" elsif system.memory.to_i >= 4096 -" ovirt.memory_guaranteed = '4096 MB'\n'" +" ovirt.memory_guaranteed = '4096 MB'\n" end -%> <%= if @options.has_key? :cpu_cores " ovirt.cpu_cores = #{@options[:cpu_cores]}\n"