Skip to content

Commit

Permalink
clarify comment on cookbook paths, add role_path
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jun 5, 2009
1 parent ef2bd33 commit 45df40e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config/rake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@
# Chef Repository Layout #
##########################

# Where to find upstream cookbooks
# Where to install upstream cookbooks for serving
COOKBOOK_PATH = "/srv/chef/cookbooks"

# Where to find site-local modifications to upstream cookbooks
# Where to install site-local modifications to upstream cookbooks
SITE_COOKBOOK_PATH = "/srv/chef/site-cookbooks"

# Where to install roles
ROLE_PATH = "/srv/chef/roles"

# Chef Config Path
CHEF_CONFIG_PATH = "/etc/chef"

Expand Down

0 comments on commit 45df40e

Please sign in to comment.