Thanks to Clifford, the videos from the Linuxwochenende are available now. Here’s the direct link to my german puppet talk.
Archive for the ‘Puppet’ Category
Puppet Talk @ Linux Weekend 2009
02:56 PMOn Saturday the 24th, I’ll be holding a short talk about puppet at the Linuxwochenende (Linux-Weekend) in the Metalab, a hackerspace in Vienna, Austria. I’m looking forward to spreading “the message”
.
Puppet Module Repository Beta
03:08 PMWhat is puppet?
03:15 PMPuppet is an application to automate the configuration of UNIX systems. The puppet master defines the intended system state (packages, files, services, etc) on a central server. On the managed installations an agent regularly fetches the manifest and applies it to the system. The agent sends information (like hostname or IP address) from the system to the server. This can be used to parametrise the configuration.