Objects matching the expression 'external_nodes'
- #722 puppet doesn't notice that output from an external_nodes script has changed and configs must be recompiled (external_nodes)
- ExternalNodes To use an external node classifier, in addition to or rather than having to define a node entry for each of your hosts, you need to create a script that can take a hostname as an argument and return information about that host for puppet to use. NOTE: You can use node entries in your manifests together with External nodes. You cannot however use external nodes and LDAP nodes together. You must use one of the two types. Configuring puppetmasterd ------------------------- First, configure your puppetmasterd to use an external nodes script:: [main] external_nodes (external, external_nodes, nodes)