Puppet 2.7.15rc2 is a maintenance release candidate for Puppet in the 2.7.x series. Downloads are available at: * Source https://downloads.puppetlabs.com/puppet/puppet-2.7.15rc2.tar.gz Windows package is available at https://downloads.puppetlabs.com/windows/puppet-2.7.15rc2.msi RPMs are available at https://yum.puppetlabs.com/el or /fedora Debs are available at https://apt.puppetlabs.com Mac package is available at https://downloads.puppetlabs.com/mac/puppet-2.7.15rc2.dmg See the Verifying Puppet Download section at: https://projects.puppetlabs.com/projects/puppet/wiki/Downloading_Puppet Please report feedback via the Puppet Labs Redmine site, using an affected puppet version of 2.7.15rc2: http://projects.puppetlabs.com/projects/puppet/ ## Puppet 2.7.15rc2 Bug Fixes ## (#8174) Allow defines to reference topscope Because the compiler re-assigned the topscope, looking up topscope vars or facts from a defined resource type was causing deprecation warnings when it should not be. By cherry-picking commits b02aa930a03a282588e81f65e14f47a138a4b9f0 and c995be16bc9e3ad8dbad9d21b49df76de5b72ea9 the topscope is no longer re-assigned and so defined resource types can now lookup these kinds of variables without problem. Evaluate node classes either in top or node scope Classes that are tied to a node should be preferred to be evaluated in the node scope, but if we don''t have one then they should be in the top scope This release includes contributions from Andrew Parker Puppet 2.7.15rc2 Changelog ==Andrew Parker (3) c6e006e (#8174) Allow defines to reference topscope e27adf4 Evaluate node classes either in top or node scope a3d51b2 Removed topscope being overridden by node -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to puppet-dev@googlegroups.com. To unsubscribe from this group, send email to puppet-dev+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.