shadowaspect / puppet

Puppet Repository for my home environment

This URL has Read+Write access

puppet /
README.txt
Readme for shadowaspects puppet repo.

Please note that at the moment, this repository won't work. I haven't even looked at a Debian machine while writing it 
and am guessing at most of the package names.

However it is designed to be run on Debian/Ubuntu boxes so at some point I shall make it work properly.

Update the development recipe mostly works now on an ubuntu box

1. Start from Ubuntu server install
2. sudo apt-get install ruby
3. download and compile rubygems
4. sudo gem install puppet
5. sudo su && echo "127.0.0.1 puppet" >> /etc/hosts 
6. cd /etc/ && sudo su && git clone git://github.com/shadowaspect/puppet.git
7. sudo puppetmasterd --mkusers
8. sudo puppetd --verbose --test
9. sudo puppetca -l && sudo puppetd -s <keyname>
10. sudo puppetd --test

TODO:

Find a way of automating this:
  - unnatended ubuntu install & post installation script?
  - custom ubuntu spin with puppet preinstalled?
  - kickstart? possibly too new in debian/ubuntu to be of any use
  - fai? what is this?