WWDC07 Scripting for SysAdmins Code
Posted in Mac OS X, System Administration on 06/27/2007 12:30 am by jmccune
Puppet Sample Scripts are here.
I’ve posted some sample code relating to my presentation on Puppet at WWDC 2007. At the moment, there’s just a couple of small examples to get started. I’ve posted them over in the repository. The examples demonstrate how I use puppet to manage the firmware password a login hook, and install apple packages wrapped inside DMG images.
To get everything I’m working on related to puppet:
svn co https://svn.northstarlabs.net:8443/svn/northstarlabs/trunk/puppet/
If you’re interested in more examples, please subscribe, as I’m in the process of refactoring a monolithic configuration into smaller, sharable modules. I intend to publish more Mac OS X specific modules which should just “drop into” an existing puppet infrastructure as I continue to iron out the process.
Also, please make sure to visit Puppet’s author, Luke Kanies site at http://reductivelabs.com/ There’s a wealth of information about Puppet. The wiki is constantly growing with new information.
06/27/2007 at 1:43 pm
In addition, more examples are available from David S, over at: http://club.black.co.at:82/svn/manifests/trunk/
Check them out…
10/06/2007 at 5:27 am
Thank you for sharing!