Issue #1770 has been updated by jamtur01. Category set to OSX Status changed from Unreviewed to Accepted Target version set to 0.24.7
---------------------------------------- Feature #1770: Add a new type 'computer' to allow the management of local Computer objects in Mac OS X. http://projects.reductivelabs.com/issues/show/1770 Author: nigelk2 Status: Accepted Priority: Normal Assigned to: Category: OSX Target version: 0.24.7 Complexity: Unknown Affected version: 0.24.6 Keywords: I looked at overriding the 'host' type, but Computer really is quite a distinct concept to Host in Mac OS X DirectoryServices. The primary reason for this type existing is so that an upcoming MCX type that allows you to attach policy to local user/group/computer objects can work. Usage of this type is most commonly going to be: <pre> computer { "localhost": ip_address => "127.0.0.1", en_address => $macaddress, } </pre> but the directoryservice provider may support modification of remote nodes in the future a la the ldap provider, so it seemed best to do the work now. Patch attached against 0.24.x ---------------------------------------- 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 -~----------~----~----~----~------~----~------~--~---
