$ cat var_l.pp
$var = "i like pie"
$var_l = inline_template("<%= var.length %>")
notice("'$var' is $var_l characters long")$ puppet var_l.pp notice: Scope(Class[main]): 'i like pie' is 10 characters long * jkuskowski <jkuskowski at benchmarklogic.com> [2012/07/09 06:59]: > I'm looking for a way to determine the number of characters in a > string/variable. I've tested some of the ruby length functions, but no > luck. Has anyone done this before? -- Darren Chamberlain <[email protected]> -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
