Bug #1006
puppetrun --class no longer works
| Status: | Closed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | executables | |||
| Target version: | 0.24.5 | |||
| Complexity: | Easy |
Patch: | None |
|
| Affected version: | 0.24.4 |
Keywords: | ||
Description
Even if you are using LDAP, puppetrun --class no longer works:
- puppetrun --class test
You must be using LDAP to specify host classes
Associated revisions
Revision 321b8fda8e50701d6a74e52332f5bbf8e7390d5c
Fixed #1006 - changed ldapnodes to node_terminus
Revision d3a81255245eec19ac21902ae3b877e00e620628
Fixed #1006 - puppetrun --class works again. I added the class
membership testing to the Ldap node terminus, and added tests,
History
01/28/2008 04:33 AM - luke
The problem is that puppetrun should now test for 'node_terminus = ldap' instead of 'ldapnodes = true'.
01/28/2008 12:50 PM - jamtur01
Fixed in commit [321b8fda8e50701d6a74e52332f5bbf8e7390d5c] in branch 0.24.x
04/03/2008 07:13 PM - marthag
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
07/02/2008 05:23 AM - luke
- Status changed from Accepted to Ready for Checkin
- Assigned to changed from luke to jamtur01
- Affected version set to 0.24.4
Fixed in the tickets/0.24.x/1006 branch in my repo.
07/02/2008 06:53 AM - jamtur01
- Status changed from Ready for Checkin to Closed
Pushed in d3a81255245eec19ac21902ae3b877e00e620628 in branch 0.24.x