-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename base example role, and comment run_list and attributes by default
- Loading branch information
jtimberman
committed
Feb 25, 2010
1 parent
ad6b63c
commit 32cab65
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name "base" | ||
name "base_example" | ||
description "Base role applied to all nodes." | ||
# List of recipes and roles to apply. | ||
run_list() | ||
# List of recipes and roles to apply. Requires Chef 0.8, earlier versions use 'recipes()'. | ||
#run_list() | ||
|
||
# Attributes applied if the node doesn't have it set already. | ||
default_attributes() | ||
#default_attributes() | ||
|
||
# Attributes applied no matter what the node has set already. | ||
override_attributes() | ||
#override_attributes() |