On Tue, Sep 15, 2009 at 9:55 AM, David Schmitt <da...@dasz.at> wrote:

> will include "something" and "something::foo", but I'd advise against
> such hacks except for the most desperate cases.

So for the benefit of the list, I figured out that the problem was not
*using* the virtual resource multiple times, it was with defining it
multiple times.

What I wound up doing was making a new class of foo::files, which
contains only virtual resources of all of the combinations and
permutations of the directories that I'll need (this is going to get
very long and very ugly, which is what I was hoping to avoid).  Then I
include this mega-class, and in the define, realize the directories
that I need out of that class.

I just wish there were a better way, but this seems the least hackish.

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