--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
{% set hugepages = (grains['mem_total'] * 1024 * 0.4 - 2097152 ) / 2048 %}i am getting decimal number. How can i convert to whole digit?