>From the puppet documentation at http://docs.puppetlabs.com/guides/external_nodes.html:
"External nodes can’t specify resources of any kind - they can only specify class membership, environments and attributes. Those classes can be in hierarchies however, so inheritance is available." So, does this mean I can't do this with external nodes? node node1 inherits parent_node { var=val include moduleA include moduleB include moduleC definitionA { ..} definitionB {...} definitionC {...} } If I can't have resources of any type in an external node, what's the point? And... how can I do this? The reason I am looking at external nodes again, even though I still think the concept is misguided is because I need to write custom scripts to parse the node manifests, and that's a pain in the ass. Doug. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@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.