From: drebs Date: Mon, 15 Mar 2010 15:25:21 +0000 (-0300) Subject: Fixing erb contennts. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=da9407e7d63d308cc04458f337fc07b8a73cdbbc;p=puppet-virtual.git Fixing erb contennts. --- diff --git a/templates/rss.hard.erb b/templates/rss.hard.erb index f806702..31a8030 100644 --- a/templates/rss.hard.erb +++ b/templates/rss.hard.erb @@ -1 +1 @@ -<%= memory_limit * 1_000_000 / 4096 %> +<%= memory_limit.to_i * 1_000_000 / 4096 %> diff --git a/templates/rss.soft.erb b/templates/rss.soft.erb index f806702..31a8030 100644 --- a/templates/rss.soft.erb +++ b/templates/rss.soft.erb @@ -1 +1 @@ -<%= memory_limit * 1_000_000 / 4096 %> +<%= memory_limit.to_i * 1_000_000 / 4096 %>