Puppet: System Administration Automated

Support

Ticket #562 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

puppetrun runtime error: active_support/core_ext/module/introspection.rb:5:in `parent': private method `split' called for :Client:Symbol

Reported by: puppet Assigned to: luke
Priority: high Milestone:
Component: library Version: 0.22.2
Severity: major Keywords:
Cc: Triage Stage:
Attached Patches: Complexity:

Description

puppetrun shows an error message.

$ sudo puppetrun --host kenny.southpark
Failed to load ruby LDAP library. LDAP functionality will not be available
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/core_ext/module/introspection.rb:5:in `parent': private method `split' called for :Client:Symbol (NoMethodError)
        from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:463:in `const_missing'
        from /usr/local/bin/puppetrun:343
        from /usr/local/bin/puppetrun:335:in `fork'
        from /usr/local/bin/puppetrun:335
kenny.southpark finished with exit code 1

I added the line below and puppetrun works fine.

require 'puppet/network/client/runner'

Change History

03/24/07 23:07:43 changed by luke

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [2352].