This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Sun Mar 22 21:15:59 -0700 2009 | |
| |
README.rdoc | Wed Oct 14 20:14:36 -0700 2009 | |
| |
Rakefile | Wed Jul 29 10:52:51 -0700 2009 | |
| |
config/ | Sat Nov 07 16:30:04 -0800 2009 | |
| |
cookbooks/ | Wed Sep 30 00:26:07 -0700 2009 |
README.rdoc
chef_solo_os
This repository is used to build a generic server via Chef Solo. You can then use the following repositories to further refine your deployments.
http://github.com/retr0h/chef_solo_accounts http://github.com/retr0h/chef_solo_apache2
Chef Solo allows you to run Chef Cookbooks in the absence of a Chef Server. It does this by requiring that the complete cookbook be present on disk, which it will fetch by getting a tarball from a remote URL.
Tested
Ubuntu 32 and 64-bit
8.04 LTS Hardy Heron 8.10 Intrepid Ibex 9.04 Jaunty Jackalop
Debian 32 and 64-bit
4.0 Etch 5.0 Lenny
Installation
On target:
$ apt-get update && apt-get install curl -y
$ curl -S http://gist.github.com/raw/132506/516a31d306968ce9c5ff0bf78de635be10a8e679/gistfile1.txt |sh
$ /opt/local/bin/hostname.rb <SYSTEM HOSTNAME>
TODO
* Enable sysstat via /etc/default/sysstat * Use runurl?







