Issue #23403 has been updated by Josh Cooper. Status changed from In Topic Branch Pending Review to Merged - Pending Release Target version set to 3.4.0
Merged in [d3ed8c0](https://github.com/puppetlabs/puppet/commit/d3ed8c0) to be released in 3.4.0 ---------------------------------------- Bug #23403: Error: Could not intialize global default settings: undefined method `mode=' for #<Puppet::Settings::AutosignSetting:0x7ff361614368> https://projects.puppetlabs.com/issues/23403#change-101366 * Author: Dominic Cleal * Status: Merged - Pending Release * Priority: Normal * Assignee: * Category: settings * Target version: 3.4.0 * 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.
