Issue #1741 has been updated by masterzen. Status changed from Closed to Re-opened
James, Nigelk reported that some tests of this patch are failing on ubuntu 8.04. I pushed in tickets/0.24.x/1741 in my github masterzen/puppet repository a fixing changeset: a4bd370053816aa5ebab39f9abd9ebbca93e2bb6 ---------------------------------------- Feature #1741: allow inlined templates http://projects.reductivelabs.com/issues/show/1741 Author: incase Status: Re-opened Priority: Normal Assigned to: jamtur01 Category: functions Target version: 0.24.7 Complexity: Easy Affected version: 0.24.6 Keywords: Well, currently, no matter how small a template might be, I need to write the template into a file, and use template("file"). However, sometimes the templates are really small, such as just concatenating the contents of an array (plus some seperators) into a string. In this case it would be really nice to be able to pass the template as a string, perhaps like this: i_template("this contains <%= some %> templating stuff") ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
