Issue #1639 has been updated by jamtur01. Status changed from Needs more information to Closed
Pushed in commit:"2b4aa0c442f40125526cf2a19c15af4908684388" in branch 0.24.x ---------------------------------------- Bug #1639: uninitialized constant Puppet::Type::User::ProviderUseradd http://projects.reductivelabs.com/issues/show/1639 Author: bart Status: Closed Priority: Normal Assigned to: Category: user Target version: 0.24.6 Complexity: Unknown Affected version: Keywords: With a recent git checkout of Puppet 0.24.6 from git://github.com/jamtur01/puppet.git (up to commit 80e5c111fd2d227ef076fd0409213f30af13bc56), I'm getting the following error message. This does not seem to happen on all nodes, but I'm not sure what's different for this node. <pre> $ sudo puppetd --no-daemonize --no-splay --onetime --logdest console --debug --trace info: Loading fact debian info: Loading fact backupsshkey info: Loading fact xen info: Loading fact perc info: Loading fact drbd debug: Creating default schedules debug: Failed to load library 'ldap' for feature 'ldap' /usr/lib/ruby/1.8/puppet/provider/user/user_role_add.rb:3 /usr/lib/ruby/1.8/puppet/util/autoload.rb:116:in `require' /usr/lib/ruby/1.8/puppet/util/autoload.rb:116:in `loadall' /usr/lib/ruby/1.8/puppet/util/autoload.rb:112:in `each' /usr/lib/ruby/1.8/puppet/util/autoload.rb:112:in `loadall' /usr/lib/ruby/1.8/puppet/util/autoload.rb:132:in `eachdir' /usr/lib/ruby/1.8/puppet/util/autoload.rb:130:in `each' /usr/lib/ruby/1.8/puppet/util/autoload.rb:130:in `eachdir' /usr/lib/ruby/1.8/puppet/util/autoload.rb:111:in `loadall' /usr/lib/ruby/1.8/puppet/metatype/manager.rb:93:in `newtype' /usr/lib/ruby/1.8/puppet.rb:373:in `newtype' /usr/lib/ruby/1.8/puppet/type/user.rb:6 /usr/lib/ruby/1.8/puppet/util/autoload.rb:77:in `load' /usr/lib/ruby/1.8/puppet/util/autoload.rb:77:in `load' /usr/lib/ruby/1.8/puppet/util/autoload.rb:132:in `eachdir' /usr/lib/ruby/1.8/puppet/util/autoload.rb:130:in `each' /usr/lib/ruby/1.8/puppet/util/autoload.rb:130:in `eachdir' /usr/lib/ruby/1.8/puppet/util/autoload.rb:73:in `load' /usr/lib/ruby/1.8/puppet/metatype/manager.rb:119:in `type' /usr/lib/ruby/1.8/puppet.rb:378:in `type' /usr/lib/ruby/1.8/puppet/type.rb:1971:in `autorequire' /usr/lib/ruby/1.8/puppet/type.rb:1961:in `eachautorequire' /usr/lib/ruby/1.8/puppet/type.rb:1960:in `each' /usr/lib/ruby/1.8/puppet/type.rb:1960:in `eachautorequire' /usr/lib/ruby/1.8/puppet/type.rb:1969:in `autorequire' /usr/lib/ruby/1.8/puppet/node/catalog.rb:346:in `relationship_graph' /usr/lib/ruby/1.8/puppet/node/catalog.rb:345:in `each' /usr/lib/ruby/1.8/puppet/node/catalog.rb:345:in `relationship_graph' /usr/lib/ruby/1.8/puppet/transaction.rb:515:in `relationship_graph' /usr/lib/ruby/1.8/puppet/transaction.rb:511:in `prepare' /usr/lib/ruby/1.8/puppet/transaction.rb:300:in `evaluate' /usr/lib/ruby/1.8/puppet/node/catalog.rb:124:in `apply' /usr/lib/ruby/1.8/puppet/util/settings.rb:731:in `use' /usr/lib/ruby/1.8/sync.rb:229:in `synchronize' /usr/lib/ruby/1.8/puppet/util/settings.rb:711:in `use' /usr/lib/ruby/1.8/puppet/network/client/master.rb:197:in `initialize' /usr/sbin/puppetd:328:in `new' /usr/sbin/puppetd:328 Could not autoload "/usr/lib/ruby/1.8/puppet/provider/user/user_role_add.rb": uninitialized constant Puppet::Type::User::ProviderUseradd </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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
