Issue #3899 has been updated by Luke Kanies. Assigned to changed from Luke Kanies to Matt Robinson
AFAIK this should work - templates shouldn't affect it one way or another. Matt, can you test this and see if it works? ---------------------------------------- Bug #3899: Plussignment not working with templates http://projects.puppetlabs.com/issues/3899 Author: James Cammarata Status: Investigating Priority: Normal Assigned to: Matt Robinson Category: Target version: Affected version: 0.25.4 Keywords: Branch: I'm running into an issue trying to do something like the following: <pre> class test { file {"test": content => template('mytemplate1','mytemplate2'), } } class test::test2 inherits test { File["test"] { content +> template('mytemplate3'), } } </pre> 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.
