[Puppet Users] ruby functions in puppet DSL

2011-09-08 Thread Guy Matz
Sorry if this has been hashed out before, but I can't find an answer anywhere . . . I would like to use the ruby function "upcase" on a variable that gets set in my site.pp . . . do I really need to write a custom function for this? Does anyone have any code I can drop into my puppet code that do

Re: [Puppet Users] ruby functions in puppet DSL

2011-09-08 Thread Nan Liu
On Thu, Sep 8, 2011 at 12:43 PM, Guy Matz wrote: > Sorry if this has been hashed out before, but I can't find an answer > anywhere . . . > > I would like to use the ruby function "upcase" on a variable that gets set > in my site.pp . . . do I really need to write a custom function for this? > Do