Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
Add general chef section to include knife ssh usage
Browse files Browse the repository at this point in the history
Sam Kottler committed Jun 24, 2014
1 parent 15c7ec4 commit fe9941f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -8,6 +8,9 @@ This repository contains chef artifacts used to deploy all the different pieces

### Chef guidelines

#### General
To run chef on all nodes (staging, common, production) run: `knife ssh "*:*" "sudo chef-client" -x $(whoami)`.

#### Roles
We use roles as minimally as possible. All top-level functionality should be in the appropriate role-specific cookbook (i.e. rubygems-app). We only use roles for easing the use of search.

0 comments on commit fe9941f

Please sign in to comment.