Re: [Puppet Users] Puppet order

2010-05-05 Thread Jeff McCune
On Wed, May 5, 2010 at 11:50 AM, Roshan Punnoose wrote: [snip > Is there currently a way to ensure that either the directories exist first > in the function file copy, or, better yet, to specify an order to the > function calls? Roshan, This topic is something that separates puppet from many ot

Re: [Puppet Users] Puppet order

2010-05-05 Thread Roshan Punnoose
Hi, I have a node definition that looks like: node default { include mymod mymod::func1()... // copy a file mymod::func2()... // copy a file } The module ,mymod, defines that a certain set of directories get copied over, and the functions define files that need to go into those dire