Hi All, I''m struggling to find any decent documentation on ERB templating - theres some limited summaries on puppets'' site but I need something a bit more in depth that covers things like arrays, for loops...etc Is there anything out there that might help? Cheers Craig --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
2009/4/1 Craig Dunn <lists@codenation.net>> > > > Hi All, > > I''m struggling to find any decent documentation on ERB templating - > theres some limited summaries on puppets'' site but I need something a > bit more in depth that covers things like arrays, for loops...etc > > Is there anything out there that might help? >Hi, ERB is part of ruby, so anything you can do with regular ruby and ERB is doable in puppet with ERB. You can basically do any ruby in ERB''s Just look into how to use the template tags to suppress whitespace and so on. http://www.ruby-doc.org/stdlib/libdoc/erb/rdoc/classes/ERB.html Regards --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
http://www.ruby-doc.org/docs/ProgrammingRuby/html/web.html> -----Original Message----- > From: puppet-users@googlegroups.com > [mailto:puppet-users@googlegroups.com] On Behalf Of Craig Dunn > Sent: Wednesday, April 01, 2009 9:11 AM > To: puppet-users@googlegroups.com > Subject: [Puppet Users] ERB docs... > > > > > Hi All, > > I''m struggling to find any decent documentation on ERB > templating - theres some limited summaries on puppets'' site > but I need something a bit more in depth that covers things > like arrays, for loops...etc > > Is there anything out there that might help? > > Cheers > Craig > > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---