Read more

Puppet 3.x: Convert a float to an integer

Claus-Theodor Riegg
August 26, 2016Software engineer at makandra GmbH

There is no built in possibility to convert a float to an integer. You have to use an inline_template

inline_template('<%= @someFloat.to_i %>')
Illustration book lover

Growing Rails Applications in Practice

Check out our e-book. Learn to structure large Ruby on Rails codebases with the tools you already know and love.

  • Introduce design conventions for controllers and user-facing models
  • Create a system for growth
  • Build applications to last
Read more Show archive.org snapshot
Posted by Claus-Theodor Riegg to makandra dev (2016-08-26 14:45)