Hi, I've stumbled across the following behavior which I don't really understand: classes that are automatically "imported" (thanks to modulepath, ...) are not "really/fully" included.
If I iterate over the classes and tags variables in a template: <% classes.each do |c| -%> Class: <%= c %> <% end -%> I won't see classes that are included but that weren't explicitly imported. Looks like the same goes for tags. Is it really that way or did I miss something when writing my manifests ? What's the rationale behind this ? Thanks! Guillaume (import !) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---