On Fri, 30 Jul 2010, Joe McDonagh wrote: > >If this is a "voting" matter, let me put in a vote for passing a > >simple string to the shell, and passing an array direct to exec > > That seems like the implementation would be tricky and error-prone, > compared to having people add sh/bash/ksh -c to the beginning of the > command in the exec. I mean, is that really such a big deal?
Most of the work is already done by ruby's Kernel.exec() function; puppet would simply need the ability to pass an array all the way through to the underlying ruby function. --apb (Alan Barrett) -- 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.
