Puppet: System Administration Automated

Support

Create a list here of recipes you'd like to see, and those Puppeteers who have time will try to come by and create them.

Puppet

  • some kind of ssh authorized_keys management

See this for a working solution. - windowsrefund

  • bind zone files
  • /etc/group membership management (different groups have different users, in no particular order) (This is already possible -- you use the groups attribute on individual users. --luke)
  • automate the provisioning of Solaris Zones including the installation/configuration of puppet so that additional software can be automatically installed within that zone.
  • automate the installation of firefox extensions - unfortunately, most distributions don't package them.
    • looks like xpi files are just zipped archives that can be extracted into either a user's local directory or a system-wide directory. In Ubuntu 7.10, that appears to be /usr/lib/firefox/extensions. Candidate for facter?
      • I don't think it is that easy. Firefox extensions have also to be registered into extensions.ini and extensions.rdf files with their appropriate manifests, so that Firefox knows where to look for what.
        • Debian has created some infrastructure for registering globally installed extensions. Rather, probably worth another package provider.
  • Management for quota.
    • Initially enabling quota for partitions

Facter

  • firewall facts, e.g. network interfaces, ipaddresses, netmasks, default gateway, routes,
  • better freebsd facts. by default only the following are available on freebsd:
domain
facterversion
fqdn
hardwaremodel
hostname
ipaddress
kernel
kernelrelease
operatingsystem
operatingsystemrelease
ps
puppetversion
rubysitedir
rubyversion
sshdsakey
sshrsakey

Simple Complete Configuration

The Current Complete Configuration is very complete, but very complex. And as far as I can tell, very Debian dependent. It would be great if there was a somewhat more simple complete configuration example to see how things fit together for beginners like me.

Ideally there would be a very simple complete configuration that does more than the current tutorials show (ie do something useful like set up users or some service and not just show how to create a file). Then a slightly more complex example that shows how to set up mysql or apache.

By Complete Configuraiton, I would be intersted in seeing best practices of how to organize the /etc/puppet tree with modules and classes but not so complex that I can't get it to work without understanding everything in puppet (like the current Complete Configuration uses plugins which is very advanced and doesn't seem to work out of the box on my Fedora environment)