aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2010-03-15 16:25:43 -0300
committerdrebs <drebs@riseup.net>2010-03-15 16:25:43 -0300
commitc209466c4d4ae022591b091d766f296f47fda0f2 (patch)
treef36491d6944e93732bb1b8b51dd0693780155dee /templates
parent8951c1cc8d2b9958ca556ae41a67ae775a65e4ee (diff)
downloadpuppet-virtual-c209466c4d4ae022591b091d766f296f47fda0f2.tar.gz
puppet-virtual-c209466c4d4ae022591b091d766f296f47fda0f2.tar.bz2
Adding VIRT_MEM flags to vservers with limited memory.
Diffstat (limited to 'templates')
-rw-r--r--templates/flags.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/flags.erb b/templates/flags.erb
new file mode 100644
index 0000000..630fba7
--- /dev/null
+++ b/templates/flags.erb
@@ -0,0 +1,3 @@
+<% if memory_limit != false -%>
+VIRT_MEM
+<% end -%>