Skip to content

Commit

Permalink
tag 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Nov 15, 2010
1 parent 1b45755 commit 5a806a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.textile
Expand Up @@ -57,16 +57,19 @@ To be able to issue commands to remote nodes, you need to enter a user and a pas

h3. Deploy

For convenience, there is a command that allows you to deploy chef-solo to a node using the packages from the "Opscode repository":http://wiki.opscode.com/display/chef/Installation#Installation-InstallingChefClientandChefSolo:
For convenience, there is a command that allows you to deploy chef-solo to a node.

The best way is to use the packages from the "Opscode repository":http://wiki.opscode.com/display/chef/Installation#Installation-InstallingChefClientandChefSolo:
@cook node:MYNODE deploy_chef@

You can also install Chef Solo with gems:
@cook node:MYNODE deploy_chef:gems@

Little Chef will try to autodetect the distro type and version of that node, and will use the appropiate installation method and packages.

Currently supported Linux distributions include Ubuntu, Debian Lenny and Squeeze, CentOS and RHEL.

Note that if you already have Chef Solo installed on your nodes, you won't need this. Also, if you previously installed Chef using the Gem procedure, please don't try this! Installing Opscode's packages on top of it will be a mess.

Note: The CentOS and RHEL installation method has not been tested. Feedback is welcome.
Note that if you already have Chef Solo installed on your nodes, you won't need this. Also, if you previously installed Chef using the Gem procedure, please don't use the deploy_chef package installation method! Installing Opscode's packages on top of it will be a mess.

h3. Cook

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from distutils.core import setup
setup(
name = "littlechef",
version = "0.2.4",
version = "0.3.0",
description = "Cook with Chef without a Chef Server",
author = "Miquel Torres",
author_email = "tobami@googlemail.com",
Expand Down

0 comments on commit 5a806a5

Please sign in to comment.