Issue #1770 has been updated by nigelk2.

So it turned out to be difficult for me to separate out all the different 
directoryservice related work into separate patches due to dependencies.

Here is the one commit that:

* Adds the Computer type/provider and rspec test
* Supports password hashes for the directoryservice user provider
* Adds membership as an attribute for groups, support on OS X

http://github.com/nigelkersten/puppet/commit/eb27418a0a9afcb7c342231f3c810c13d5b60e1b

git://github.com/nigelkersten/puppet.git features/0.24.x/1770

sent pull request.




----------------------------------------
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to