search for: mytemplate3

Displaying 1 result from an estimated 1 matches for "mytemplate3".

Did you mean: mytemplate
2010 May 20
10
Question about templates from variables
...#39;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&q...