Issue #7458 has been updated by James Turnbull.

Status changed from Unreviewed to Needs Decision
Assignee set to Nigel Kersten

RC-introduced bug or 1.9.2 magic?
----------------------------------------
Bug #7458: Parameter confdir is already defined (ArgumentError)
https://projects.puppetlabs.com/issues/7458

Author: Alex Sharp
Status: Needs Decision
Priority: High
Assignee: Nigel Kersten
Category: 
Target version: 
Affected Puppet version: 2.7.0rc2
Keywords: ruby 1.9
Branch: 


I'm trying to get the puppet specs to run on ruby 1.9. NOTE: I have applied 
this 
[patch](https://github.com/ajsharp/puppet/commit/5cd067a1f6071f5d557da728d37eda73b3477c89)
 already, and am working from the 2.7.x branch. 

Now, when i run `rake unit` with ruby 1.9.2, I get the following error:

<pre>
/Users/ajsharp/Projects/ruby/github/puppet/lib/puppet/util/settings.rb:531:in 
`block in setdefaults': Parameter confdir is already defined (ArgumentError)
        from 
/Users/ajsharp/Projects/ruby/github/puppet/lib/puppet/util/settings.rb:519:in 
`each'
        from 
/Users/ajsharp/Projects/ruby/github/puppet/lib/puppet/util/settings.rb:519:in 
`setdefaults'
        from /Users/ajsharp/Projects/ruby/github/puppet/lib/puppet.rb:57:in 
`setdefaults'
        from 
/Users/ajsharp/Projects/ruby/github/puppet/lib/puppet/defaults.rb:3:in 
`<module:Puppet>'
        from 
/Users/ajsharp/Projects/ruby/github/puppet/lib/puppet/defaults.rb:2:in `<top 
(required)>'
        from 
/Users/ajsharp/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:235:in
 `load'
        from 
/Users/ajsharp/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:235:in
 `block in load'
        from 
/Users/ajsharp/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:225:in
 `block in load_dependency'
        from 
/Users/ajsharp/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:596:in
 `new_constants_in'
        from 
/Users/ajsharp/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:225:in
 `load_dependency'
        from 
/Users/ajsharp/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:235:in
 `load'
        from 
/Users/ajsharp/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in
 `block in <main>'
        from 
/Users/ajsharp/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in
 `each'
        from 
/Users/ajsharp/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in
 `<main>'

</pre>


-- 
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.

Reply via email to