Issue #3899 has been updated by James Turnbull. Status changed from Unreviewed to Investigating Assigned to set to Luke Kanies
Hmmm I don't think this will work with a function but if so it should be throwing an error. ---------------------------------------- Bug #3899: Plussignment not working with templates http://projects.puppetlabs.com/issues/3899 Author: James Cammarata Status: Investigating Priority: Normal Assigned to: Luke Kanies Category: Target version: Affected version: 0.25.4 Keywords: Branch: I'm running into an issue trying to do something like the following: class test { file {"test": content => template('mytemplate1','mytemplate2'), } } class test::test2 inherits test { File["test"] { content +> template('mytemplate3'), } } So, basically I want the inherited class to tack on another template file to the one in the parent class. The above works (that is, it doesn't result in any puppet errors), but nodes that include test::test2 don't see the template content from "mytemplate3". -- 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://projects.puppetlabs.com/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.
