Bug #1956
directoryservice provider doesn't manage groups correctly.
| Status: | Closed | Start date: | 02/11/2009 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | OSX | |||
| Target version: | 0.24.8 | |||
| Affected Puppet version: | 0.24.7 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
# cat /tmp/testgroup.pp
group { 'ledzeppelin':
members => ['jpage','rplant', 'nigelk'],
ensure => 'present',
gid => '502'
}
# puppet -v /tmp/testgroup.pp
err: //Group[ledzeppelin]/members: change from jpagerplant to jpage rplant nigelk failed: undefined local variable or method `value' for #
I haven’t tracked this down yet but it’s either a broken commit on my part or a merge that wasn’t done properly, as my development branches work correctly.
I’ll have this fixed in a day or so, and it needs to get into 0.24.8….
History
Updated by James Turnbull almost 3 years ago
- Status changed from Unreviewed to Accepted
Updated by Luke Kanies almost 3 years ago
- Status changed from Accepted to Ready For Checkin
- Assignee changed from Nigel Kersten to James Turnbull
Updated by James Turnbull almost 3 years ago
- Assignee changed from James Turnbull to Nigel Kersten
What’s the branch/commit for this?
Updated by James Turnbull almost 3 years ago
- Status changed from Ready For Checkin to Closed
Pushed in commit:ab847568aabff28450e6bd5280c98c108da0b1f5 in branch 0.24.x