aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2010-03-15 12:25:21 -0300
committerdrebs <drebs@riseup.net>2010-03-15 12:25:21 -0300
commitda9407e7d63d308cc04458f337fc07b8a73cdbbc (patch)
tree6500c04753bbd0d55b9085054ea74fe24ec07e28 /templates
parent480656566b3cf31462450cdfbc4198609dd008a1 (diff)
downloadpuppet-virtual-da9407e7d63d308cc04458f337fc07b8a73cdbbc.tar.gz
puppet-virtual-da9407e7d63d308cc04458f337fc07b8a73cdbbc.tar.bz2
Fixing erb contennts.
Diffstat (limited to 'templates')
-rw-r--r--templates/rss.hard.erb2
-rw-r--r--templates/rss.soft.erb2
2 files changed, 2 insertions, 2 deletions
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 %>