Issue #14765 has been updated by Laurent Bigonville.
With the following code, the Yumrepo['baz'] is never realized before the
Package[foo] is instantiated:
<pre><code class="ruby">
package{ 'foo':
require => Class['bar']
}
class bar {
realize(Yumrepo['baz'])
}
@yumrepo {
"baz":
baseurl => "http://www.example.com",
}
<code class="ruby">
----------------------------------------
Bug #14765: Virtual resources inside a depending class not realized
https://projects.puppetlabs.com/issues/14765#change-64099
Author: Laurent Bigonville
Status: Unreviewed
Priority: Normal
Assignee:
Category:
Target version:
Affected Puppet version:
Keywords:
Branch:
Hi,
When requiring a Class, the virtual resources inside that class are not
realized.
This should be the case IMHO
--
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.