Issue #4050 has been updated by Matteo Cerutti.
I actually reported this a while ago, http://projects.reductivelabs.com/issues/3809 I confirm that this feature would be really helpful at times. ---------------------------------------- Feature #4050: possible to override same attribute multple times with realize overrides. http://projects.puppetlabs.com/issues/4050 Author: Dan Bode Status: Unreviewed Priority: Normal Assigned to: Category: Target version: Affected version: 0.25.5 Keywords: Branch: in the below case, the final value for User[bobby]/shell depends on the order of the code (last code wins). I believe this should be a compile failure. <pre> @user{'bobby': ensure => present, } User<| title == 'bobby' |> { shell => '/bin/bash' } User<| title == 'bobby' |> { shell => '/bin/csh' } </pre> -- 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.
