On Thu, 20 May 2010 15:05:28 -0500, James Cammarata <j...@sngx.net> wrote: > 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". > > Is there a better way to do this, or is there something I'm missing?
Never saw any response to this, so sending a follow-up. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.