Keith Edmunds wrote:

> Is it possible to make a module a dependency?
> 
> We have a "base" module that contains packages, configurations, etc, that
> should be processed before other modules, and I'm looking for a way of
> enforcing a dependency on everything in the base module without having to
> explicitly list each package, etc.

You can depend on a class:

     require => Class[thatclass],
     before => Class[thatotherclass]

Not *exactly* a module, but probably close enough.


        /Bellman




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