Issue #7198 has been updated by Zach Leslie. Status changed from Unreviewed to Accepted
---------------------------------------- Bug #7198: Realizing virutal resources also realized exported resources https://projects.puppetlabs.com/issues/7198 Author: Zach Leslie Status: Accepted Priority: Normal Assignee: Category: exported resources Target version: Affected Puppet version: 2.6.7 Keywords: Branch: The following manifest: <pre> @@file { "/tmp/blag.txt": content => "test1"; } File <||> </pre> when run produces the following output: <pre> $ sudo puppet apply -v --storeconfigs /tmp/test.pp info: Loading facts in certname info: Loading facts in certname info: Connecting to sqlite3 database: /var/lib/puppet/state/clientconfigs.sqlite3 info: Caching catalog for zbook.puppetlabs.lan info: Applying configuration version '1303341787' notice: /Stage[main]//File[/tmp/blag.txt]/ensure: defined content as '{md5}098f6bcd4621d373cade4e832627b4f6' </pre> Using the syntax of <||> should only realize virtual resources and not exported resources. -- 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.
