shadowaspect / puppet
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
puppet /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.txt | ||
| |
files/ | ||
| |
fileserver.conf | ||
| |
manifests/ | ||
| |
puppet.conf | Sun Jul 19 10:36:55 -0700 2009 | |
| |
templates/ |
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?

