Puppet: System Administration Automated

Support

Ticket #1006 (reopened defect)

Opened 1 year ago

Last modified 9 months ago

puppetrun --class no longer works

Reported by: marthag Assigned to: luke
Priority: normal Milestone: 0.24.2
Component: executables Version: 0.24.1
Severity: normal Keywords:
Cc: Triage Stage: Accepted
Attached Patches: None Complexity: Easy

Description

Even if you are using LDAP, puppetrun --class no longer works:

# puppetrun --class test You must be using LDAP to specify host classes

Change History

01/28/08 04:33:11 changed by luke

  • complexity changed from Unknown to Easy.
  • stage changed from Unreviewed to Accepted.
  • milestone set to 0.24.2.

The problem is that puppetrun should now test for 'node_terminus = ldap' instead of 'ldapnodes = true'.

01/28/08 12:50:47 changed by jamtur01

  • owner changed from community to luke.
  • stage changed from Accepted to Ready for checkin.

Fixed in commit [321b8fda8e50701d6a74e52332f5bbf8e7390d5c] in branch 0.24.x

02/05/08 07:03:08 changed by luke

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

Pushed.

04/03/08 19:13:33 changed by marthag

  • stage changed from Ready for checkin to Unreviewed.

This doesn't work for me in 0.24.4.

# puppetrun --class test Could not connect to LDAP: undefined method `ldap' for Puppet::Parser::Interpreter:Class

04/03/08 23:39:46 changed by luke

  • status changed from closed to reopened.
  • resolution deleted.

04/04/08 05:02:43 changed by jamtur01

  • stage changed from Unreviewed to Accepted.

04/24/08 07:11:01 changed by luke

  • component changed from library to executables.