All,

Does anyone know if there is any adverse side effect to including a
class multiple times in different places?

I.e.

class foo { ... }

class bar { include "foo" }

node bob {
  include "foo"
  include "bar"
}

There doesn't *seem* to be any problem, but I'd like to make sure I'm
not exploiting something that may change.

It seems to me that a duplicate include should just be ignored....

Thanks,

Trevor

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to