Re: [Puppet Users] change order of elements

2016-06-20 Thread Peter Kristolaitis
On 2016-06-20 01:16 PM, Helmut Schneider wrote: Peter Kristolaitis wrote: How can I ensure that mpm_* is always the first element in the array? Assuming you're trying to solve the problem I think you're trying to solve (i.e. to have Apache with the correct process model installed before any a

Re: [Puppet Users] change order of elements

2016-06-20 Thread Helmut Schneider
Peter Kristolaitis wrote: > > How can I ensure that mpm_* is always the first element in the > > array? > > Assuming you're trying to solve the problem I think you're trying to > solve (i.e. to have Apache with the correct process model installed > before any additional modules), it's important to

Re: [Puppet Users] change order of elements

2016-06-19 Thread Peter Kristolaitis
Assuming you're trying to solve the problem I think you're trying to solve (i.e. to have Apache with the correct process model installed before any additional modules), it's important to note that reordering the array doesn't guarantee that. The order in which Puppet applies resources is non-d