On Sep 14, 2012, at 1:55 PM, Alessandro Franceschi wrote: > you wrote that this "conversion" from string to array is needed when calling > custom functions in templates or other functions, but not in Puppet DSL. > Is the conversion required also for the class/define arguments list (which > might be considered somehow a border case)? >
ciao alessandro Anything calling from the DSL goes through code that sanitizes the arguments for the receiving function, so it's really just functions from *inside other functions* , the Ruby DSL, or from ERB (inline_template , real templates). So you should not have to change anything. Eric Sorenson - [email protected] PuppetConf'12 - 27-28 Sep in SF - http://bit.ly/pcsig12 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en.
