diff --git a/lib/templates/Vagrantfile.erb b/lib/templates/Vagrantfile.erb index ee588ac47..2a152bb8f 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"