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 directories.
I have noticed that sometimes the func1 and/or func2 occur before those
directories are copied and fail because the directories don't exist.

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

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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