Issue #1956 has been updated by jamtur01. Assigned to changed from jamtur01 to nigelk2
What's the branch/commit for this? ---------------------------------------- Bug #1956: directoryservice provider doesn't manage groups correctly. http://projects.reductivelabs.com:80/issues/1956 Author: nigelk2 Status: Ready for Checkin Priority: High Assigned to: nigelk2 Category: OSX Target version: 0.24.8 Complexity: Easy Affected version: 0.24.7 Keywords: <pre> # 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 #<Puppet::Type::Group::ProviderDirectoryservice:0x17e73bc> </pre> 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.... ---------------------------------------- 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 -~----------~----~----~----~------~----~------~--~---
