I just did a super simple test where I used the simple external nodes
script at http://docs.puppetlabs.com/guides/external_nodes.html.
I ran it against an existing node (which you have to since I don't see
how you can tell it not to), and there was no errors. I then realised
that even though the classes specified were not available, puppet did
not complain on the client. That's a bit of a problem isn't it?
If I put an "include foo" in a node manifest, and foo doesn't exist,
puppet will complain. If I put "classes: foo" in an external node
script, and foo doesn't exist, puppet on the client does NOT complain.
Doug
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...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Egads. I'd call it a complete deal breaker for external nodes.
Doug.