I want to recursively descend infinitely through a directory tree in 
regards to ensuring:

  (a) owner, group, permission
  (b) existence of the full path, all the leaves, out to the final leaf, 
e.g.
       /somedir/somesubdir/{file1,file2,file3,somesubdirtoo} and so forth

This could be done trivially with an exec but is not pure-Puppet-ecosystem, 
obviously.

So my questions are, from a Puppet-puritan-perspective:

  is there a way to do (a)
  is there a way to do (b)
  is there a way to do (a)+(b)

and last:

  is there a way to do (a)+(b) in a reasonable period of time for a shallow 
tree of few leaves

Yours in squirrelhood,

Stuart


-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/b9c95f80-9ae3-439b-a451-17327291524d%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to