From 2a020ceda360c0add02e6cf5b69137ead3fa663a Mon Sep 17 00:00:00 2001 From: ts Date: Thu, 28 Nov 2019 16:04:02 +0000 Subject: [PATCH] WIP: fixed memory allocation for oVirt _actually_ this time zzz --- 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 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"