Issue #2168 has been updated by jamtur01. Status changed from Unreviewed to Needs design decision Assigned to set to luke
Personally I'd reject. ---------------------------------------- Feature #2168: priority of class/exec/files/groups ... http://projects.reductivelabs.com/issues/2168 Author: markske Status: Needs design decision Priority: Normal Assigned to: luke Category: Target version: Complexity: Unknown Affected version: 0.24.7 Keywords: 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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
