diff options
author | drebs <drebs@riseup.net> | 2010-03-15 16:25:43 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2010-03-15 16:25:43 -0300 |
commit | c209466c4d4ae022591b091d766f296f47fda0f2 (patch) | |
tree | f36491d6944e93732bb1b8b51dd0693780155dee /templates | |
parent | 8951c1cc8d2b9958ca556ae41a67ae775a65e4ee (diff) | |
download | puppet-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.erb | 3 |
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 -%> |