Jeremy Hansen <jer...@skidrow.la> writes:

> How do I dictate the order of how things get executed?  Right now it's
> installing the package first, then doing a usermod/groupmod to set the
> uid/gid and it's trying to run the init commands before the package is
> installed, etc.

You can do it from either direction, but the way that we've found makes
the most sense to us is to make the thing that should go second require
the thing that should go first.  You do that with the require parameter
on the Puppet resource.

-- 
Russ Allbery (r...@stanford.edu)             <http://www.eyrie.org/~eagle/>

--~--~---------~--~----~------------~-------~--~----~
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