Issue #16698 has been updated by Andrew Parker.
This seems to be caused by the storedconfigs setting the cache_terminus of the node indirection. When there is an entry for the node in the storedconfigs, then it will use that instead of calling the enc. A bisect took me to <https://github.com/puppetlabs/puppet/commit/d936ddf5c84cc71491628352174df7102a8a4e78> ---------------------------------------- Bug #16698: external node classifier script is not being called when storedconfigs is on https://projects.puppetlabs.com/issues/16698#change-72479 Author: Chris Mague Status: Investigating Priority: Normal Assignee: Andrew Parker Category: Target version: 3.0.1 Affected Puppet version: 3.0.0 Keywords: Branch: $ ruby -v ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] $ puppet --version 3.0.0 (installed via gem) #puppet.conf [master] node_terminus = exec external_nodes = /usr/share/puppet-dashboard/bin/external_node in puppet-3.0.0/lib/puppet/indirector.rb added the following lines: 38 Puppet.warning "DTM: making sure in indirector #{ Puppet[:external_nodes] } is called" 39 Puppet.warning "DTM: making sure in indirector #{ Puppet[:node_terminus] } trying termnius is called" These show up in the puppet logs that the values are correctly established Oct 2 18:50:19 puppet puppet-master[16541]: DTM: making sure in indirector /usr/share/puppet-dashboard/bin/external_node is called Oct 2 18:50:19 puppet puppet-master[16541]: DTM: making sure in indirector exec trying termnius is called in puppet-3.0.0/lib/puppet/indirector/node/exec.rb 12 Puppet.warning "DTM: making sure #{ Puppet[:external_nodes] } is called" That message is not showing up in the logs and the external node classifier script is not getting called. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
