Issue #23403 has been updated by Adrien Thebo. Status changed from Unreviewed to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/2150
It doesn't look like we're going to cut a new RC for this change alone, but if there's another reason to do an RC3 then we'll merge it in then. If it doesn't make 3.4.0, then we should have it turned around in 3.4.1. ---------------------------------------- Bug #23403: Error: Could not intialize global default settings: undefined method `mode=' for #<Puppet::Settings::AutosignSetting:0x7ff361614368> https://projects.puppetlabs.com/issues/23403#change-101343 * Author: Dominic Cleal * Status: In Topic Branch Pending Review * Priority: Normal * Assignee: * Category: settings * Target version: * Affected Puppet version: 3.4.0-rc2 * Keywords: * Branch: https://github.com/puppetlabs/puppet/pull/2150 ---------------------------------------- Follow-on from #23349... regression from 3.3.x to 3.4.0-rc2. This affects all Foreman users, since it's the default installer configuration (https://github.com/theforeman/puppet-puppet/blob/master/templates/puppet.conf.erb#L21). With this in puppet.conf: <pre> [main] autosign = $confdir/autosign.conf { mode = 664 } </pre> <pre> # puppet --version Error: Could not intialize global default settings: undefined method `mode=' for #<Puppet::Settings::AutosignSetting:0x7f4b4ecff440> # rpm -q puppet puppet-3.4.0-0.1rc2.el6.noarch </pre> Sorry for not including the full puppet.conf entry in the earlier bug report, we could have avoided a round trip. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
