Issue #16306 has been updated by eric sorenson. Status changed from Unreviewed to Accepted Target version set to 3.x
Yep, I saw this too in trying to reproduce #16698. We should fix as part of settings quality theme. ---------------------------------------- Bug #16306: terminus settings are not updated when puppet.conf is reparsed https://projects.puppetlabs.com/issues/16306#change-72723 Author: Patrick Carlisle Status: Accepted Priority: Normal Assignee: Category: settings Target version: 3.x Affected Puppet version: 2.7.19 Keywords: terminus, indirector, node_terminus, settings, reparse Branch: Most settings will update, but the terminus settings such as `node_terminus` will not cause any changes to take effect. An easy test is to enable an ENC by setting `node_terminus` to `exec` and setting `external_nodes`, run the master, then comment both lines out. You get an error "```You must set the 'external_nodes' parameter to use the external node terminus```" because the `external_nodes` change has taken effect but the `node_terminus` change has not. -- 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.
