Issue #3899 has been updated by Daniel Pittman.

Assignee deleted (Matt Robinson)


----------------------------------------
Bug #3899: Plussignment not working with templates
https://projects.puppetlabs.com/issues/3899#change-59218

Author: James Cammarata
Status: Investigating
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet 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.

Reply via email to