Hi,

I have following code in site.pp

node default{
  include abc
  include mno
  include xyz
}

when I trying to apply the modules are installed in parallel. I need
to run the mno, only after completing the abc, and xyz only after
completing mno. But I have noticed that the statements in the modules
are executed irrespective to the order specified. Do we have any
feature like "require" in Exec to include the modules.

Thanks in advance,
Sateesh B.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to