Issue #2168 has been updated by Luke Kanies. Status changed from Needs design decision to Rejected
I think you should be able to do this now with run stages. ---------------------------------------- Feature #2168: priority of class/exec/files/groups ... http://projects.puppetlabs.com/issues/2168 Author: Mario Verbelen Status: Rejected Priority: Normal Assigned to: Luke Kanies Category: Target version: Affected version: 0.24.7 Keywords: Branch: I would like to see a prio variable that can be used to order the commands at compile time So I can force a $prio to some stuff (like apply repos first, install first packets before ...) I think if you place a default $prio => 50, for all stuff and sort on that variable @ compile time If you would like to see somethin happen first you can specify $prio => >=49, of post scripts $prio => <=51, sample: package { "lsb-release": ensure => present, prio => 1, } (coz debootstrap a debian has no default lsb-stuff installed) -- 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.
