Thanks guys
I ended up breaking up what Felix&Ohad suggested into two lines to make it
work:
$keycsv= inline_template("<%= netifcfg.keys.join(',') %>")
$keys = split ($keycsv,',')
Yep, it's a 'hack' (sorry, Ohad, workaround ;)), but it saves me having to
add puppet functions into SVN...
(which is quite involved in my case because we support a big site with
versioned modules and a custom module-versioning mechanism that at present
does not cover custom functions (a long, painful topic in its own right) so
I need to contain this code in the module using it - making this workaround
perfect.
Should we perhaps nudge the above function into mainstream puppet? Being
able to list the keys in a hash is quite a crucial capability to have.
--
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.