Re: [Puppet Users] Conrol class order of execution

2016-06-10 Thread Lowe Schmidt
You can use the same operators to express dependencies between classes. -- Lowe Schmidt | +46 723 867 157 On 10 June 2016 at 15:08, Harish Kothuri wrote: > > > On Friday, June 10, 2016 at 6:29:27 PM UTC+5:30, Harish Kothuri wrote: >> >> Hi, >> >> Thanks for your reply.

Re: [Puppet Users] Conrol class order of execution

2016-06-10 Thread Harish Kothuri
On Friday, June 10, 2016 at 6:29:27 PM UTC+5:30, Harish Kothuri wrote: > > Hi, > > Thanks for your reply. > > I'm looking how to control the execution classes with different manifest > files. I'm aware and already controlling the order within the manifests. > > Thanks > > On Friday, June 10,

Re: [Puppet Users] Conrol class order of execution

2016-06-10 Thread Harish Kothuri
Hi, Thanks for your reply. I'm looking how to control the execution classes with different manifest files. I'm aware and already controlling the order within the manifests. Thanks On Friday, June 10, 2016 at 6:16:18 PM UTC+5:30, Lowe Schmidt wrote: > > You can use the relationships operators

Re: [Puppet Users] Conrol class order of execution

2016-06-10 Thread Lowe Schmidt
You can use the relationships operators described here here https://docs.puppet.com/puppet/latest/reference/lang_relationships.html -- Lowe Schmidt | +46 723 867 157 On 10 June 2016 at 14:05, Harish Kothuri wrote: > Hi, > > I have several classes attached to a host

[Puppet Users] Conrol class order of execution

2016-06-10 Thread Harish Kothuri
Hi, I have several classes attached to a host and i want to control the execution order the classes. Ex: i have a class which collect some custom facts and i want to execute this class after completion of all the other classes. Thanks -- You received this message because you are subscribed