Puppet doc links
- language elements
- command line options (sort of)
- making rpms (seems limited after work with BSD packaging)
- back up puppet install (one example)
cd /
sudo tar -cvzf ~/pup-2.6.4-installed.tgz \
usr/lib/ruby/site_ruby/1.8/puppet var/lib/puppet \
etc/puppet usr/bin/puppet* usr/sbin/puppet*
- puppet ca
- what's in a cert?
openssl x509 -text -in ssldir/certs/hostname.pem
Wishlist
- Specify FQDN for CA, master, clients. Not just added as an option. This goes beyond present support for
--certdnsnames=n1:n2:...